Correct spelling of repository in error

Signed-off-by: Michael Bridgen <michael@weave.works>
This commit is contained in:
Michael Bridgen
2021-02-01 18:36:36 +00:00
parent 49fb396bf8
commit 1e6be99c36

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