1
0
mirror of synced 2026-02-06 19:05:55 +00:00

Add bootstrap reinstall e2e test

This commit is contained in:
stefanprodan
2020-09-09 16:44:03 +03:00
parent 1218d6abe8
commit a7b1b04920
5 changed files with 21 additions and 5 deletions

View File

@@ -72,7 +72,7 @@ func init() {
bootstrapCmd.PersistentFlags().StringVar(&bootstrapArch, "arch", "amd64",
"arch can be amd64 or arm64")
bootstrapCmd.PersistentFlags().StringVar(&bootstrapBranch, "branch", bootstrapDefaultBranch,
"default branch (for GitHub this must match the organization default branch setting)")
"default branch (for GitHub this must match the default branch setting for the organization)")
rootCmd.AddCommand(bootstrapCmd)
}