We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9ca459 commit 4170a09Copy full SHA for 4170a09
lib/cli/src/commands/app/purge_cache.rs
@@ -36,7 +36,7 @@ impl AsyncCliCommand for CmdAppPurgeCache {
36
37
let version_id = app.active_version.id;
38
39
- let name = format!("{}/{}", app.owner.global_name, app.name);
+ let name = format!("{} ({})", app.name, app.owner.global_name);
40
41
println!(
42
"Purging caches for {}, app version {}...",
0 commit comments