Skip to content

Commit

Permalink
Fix default for profile being the default profile; previously was lef…
Browse files Browse the repository at this point in the history
…t empty
  • Loading branch information
mantoine96 committed Mar 7, 2024
1 parent f0d6b31 commit 3186268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func init() {
{
Name: config.ProfileFlag,
Short: "p",
Value: "",
Value: "default",
Usage: "AWS Profile",
EnvVar: config.ProfileEnvVar,
},
Expand Down

0 comments on commit 3186268

Please sign in to comment.