mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-16 08:45:43 +00:00
fix some comments
Signed-off-by: cui fliter <imcusg@gmail.com>
This commit is contained in:
parent
f9be835288
commit
3edfff49a2
6 changed files with 7 additions and 7 deletions
|
|
@ -134,7 +134,7 @@ func bootstrapGitCmdRun(cmd *cobra.Command, args []string) error {
|
|||
}
|
||||
}
|
||||
if repositoryURL.Scheme == string(git.HTTPS) && !bootstrapArgs.tokenAuth {
|
||||
return fmt.Errorf("--token-auth=true must be specified for using a HTTPS AWS CodeCommit url")
|
||||
return fmt.Errorf("--token-auth=true must be specified for using an HTTPS AWS CodeCommit url")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue