Skip to content

Commit e01449f

Browse files
testing
1 parent 0dcef78 commit e01449f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

internal/commands/root.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ func NewAstCLI(
128128
}
129129
if cmd.Flags().Changed(params.AstAPIKeyFlag) {
130130
viper.Set(params.AccessKeyIDConfigKey, "")
131-
viper.Set(params.AccessKeySecretConfigKey, "")
132131
}
133132
// Need to check the __complete command to allow correct behavior of the autocomplete
134133
if len(args) > 0 && cmd.Name() != params.Help && cmd.Name() != "__complete" {

0 commit comments

Comments
 (0)