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

Correct spelling of repository in error
This commit is contained in:
Michael Bridgen 2021-02-04 10:46:27 +00:00 committed by GitHub
commit aa9ea2b4ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()