Skip to content

Commit 7359592

Browse files
committed
Fix commands.go syntax
1 parent 1856e5d commit 7359592

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

pkg/commands/commands.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1081,6 +1081,7 @@ func Define( // nolint:revive // function-length
10811081
shellcompleteCmdRoot,
10821082
}
10831083
cmds = append(cmds, authCommands...)
1084+
cmds = append(cmds, authtokenCommands...)
10841085
cmds = append(cmds, []argparser.Command{
10851086
apisecurityRoot,
10861087
discoveredoperationsRoot,
@@ -1093,9 +1094,6 @@ func Define( // nolint:revive // function-length
10931094
operationsUpdate,
10941095
operationsDelete,
10951096
operationsAddTags,
1096-
}...)
1097-
cmds = append(cmds, authtokenCommands...)
1098-
cmds = append(cmds, []argparser.Command{
10991097
computeCmdRoot,
11001098
computeACLCmdRoot,
11011099
computeACLCreate,

0 commit comments

Comments
 (0)