mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-25 09:01:48 +00:00
Correct spelling of repository in error
Signed-off-by: Michael Bridgen <michael@weave.works>
This commit is contained in:
parent
49fb396bf8
commit
1e6be99c36
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue