Skip to content

Commit

Permalink
Revert "fix indentation in bash_completions_test."
Browse files Browse the repository at this point in the history
This reverts commit 6cd0ac3.
  • Loading branch information
0robustus1 committed Sep 26, 2018
1 parent 6cd0ac3 commit 2aa324a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash_completions_test.go
Expand Up @@ -71,7 +71,7 @@ func TestBashCompletions(t *testing.T) {
ArgAliases: []string{"pods", "nodes", "services", "replicationcontrollers", "po", "no", "svc", "rc"},
ValidArgs: []string{"pod", "node", "service", "replicationcontroller"},
BashCompletionFunction: bashCompletionFunc,
Run: emptyRun,
Run: emptyRun,
}
rootCmd.Flags().IntP("introot", "i", -1, "help message for flag introot")
rootCmd.MarkFlagRequired("introot")
Expand Down

0 comments on commit 2aa324a

Please sign in to comment.