Correct spelling of repository in error

Signed-off-by: Michael Bridgen <michael@weave.works>
pull/843/head
Michael Bridgen 4 years ago
parent 49fb396bf8
commit 1e6be99c36

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