Skip to content

Commit 4917cca

Browse files
thomaspanf0xfornax
authored andcommitted
Match cli flag to enable saturn
1 parent 46906c0 commit 4917cca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rocketpool-cli/rocketpool-cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ A special thanks to the Rocket Pool community for all their contributions.
9393
"Use this flag if you want to use Saturn-specific functionality",
9494
},
9595
}
96-
enableSaturn := strings.Contains(strings.Join(os.Args, " "), "--enable-saturn")
96+
enableSaturn := strings.Contains(strings.Join(os.Args, " "), "--enable-saturn") || strings.Contains(strings.Join(os.Args, " "), "-e")
9797

9898
// Register commands
9999
auction.RegisterCommands(app, "auction", []string{"a"})

0 commit comments

Comments
 (0)