Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
seanyeh committed Feb 19, 2025
1 parent 8fd7cf2 commit 2bc9c48
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/esc/cli/env_rotate.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ func newEnvRotateCmd(envcmd *envCommand) *cobra.Command {
fmt.Fprintf(&b, "%vEnvironment '%s' rotated with errors.%v\n", colors.SpecWarning, args[0], colors.Reset)
}
}
if event.PostRotationRevision != nil {
fmt.Fprintf(&b, "New revision '%d' was created.\n", *event.PostRotationRevision)
}

var failedRotations []client.SecretRotation
for _, rotation := range event.Rotations {
Expand Down

0 comments on commit 2bc9c48

Please sign in to comment.