1
0
mirror of synced 2026-03-17 08:36:56 +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 == "" { 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() labels, err := parseLabels()