Merge pull request #843 from fluxcd/create-image-update-typo

Correct spelling of repository in error
pull/862/head
Michael Bridgen 4 years ago committed by GitHub
commit aa9ea2b4ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -70,7 +70,7 @@ func createImageUpdateRun(cmd *cobra.Command, args []string) error {
}
if imageUpdateArgs.branch == "" {
return fmt.Errorf("the Git repoistory branch is required (--branch)")
return fmt.Errorf("the Git repository branch is required (--branch)")
}
labels, err := parseLabels()

Loading…
Cancel
Save