1
0
mirror of synced 2026-03-17 00:26:57 +00:00

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

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