We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8cd26d commit 2e5dc6fCopy full SHA for 2e5dc6f
1 file changed
cmd/rofl/set_admin.go
@@ -27,11 +27,11 @@ var setAdminCmd = &cobra.Command{
27
txCfg := common.GetTransactionConfig()
28
29
var (
30
- rawAppID string
31
- newAdminArg string
32
- manifest *buildRofl.Manifest
33
- deployment *buildRofl.Deployment
34
- useManifest bool
+ rawAppID string
+ newAdminArg string
+ manifest *buildRofl.Manifest
+ deployment *buildRofl.Deployment
+ useManifest bool
35
)
36
switch len(args) {
37
case 2:
0 commit comments