Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
cli fix
  • Loading branch information
k-anshul committed Apr 29, 2026
commit 58930efd7c1221c952eeae3efcaa12227b6984d1
2 changes: 1 addition & 1 deletion cli/cmd/env/push.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func PushCmd(ch *cmdutil.Helper) *cobra.Command {
return fmt.Errorf("failed to update project variables: %w", err)
}

ch.Printf("Environment %q: Updated cloud env for project %q with variables from %q.\n", env, projectName, pathForEnv(env))
ch.Printf("Environment %q: Updated cloud env for project %q with variables from %q.\n", envForPrint(env), projectName, pathForEnv(env))
}
return nil
},
Expand Down
Loading