Skip to content

Commit

Permalink
secret: fix remove copy
Browse files Browse the repository at this point in the history
  • Loading branch information
thdxr committed Aug 31, 2024
1 parent 33f6962 commit a246f63
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/sst/secret.go
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,10 @@ var CmdSecretRemove = &cli.Command{
if url != "" {
dev.Deploy(c.Context, url)
}
if c.Bool("fallback") {
ui.Success(fmt.Sprintf("Removed fallback value for \"%s\"", key))
return nil
}
ui.Success(fmt.Sprintf("Removed \"%s\" for stage \"%s\"", key, p.App().Stage))
return nil
},
Expand Down

0 comments on commit a246f63

Please sign in to comment.