mirror of
https://github.com/fluxcd/flux2.git
synced 2025-11-04 03:46:24 +08:00
Correct spelling of repository in error
Signed-off-by: Michael Bridgen <michael@weave.works>
This commit is contained in:
@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user