Skip to content

Commit 4170a09

Browse files
thedukesyrusakbary
andauthored
Update app name formatting
Co-authored-by: Syrus Akbary <me@syrusakbary.com>
1 parent a9ca459 commit 4170a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cli/src/commands/app/purge_cache.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ impl AsyncCliCommand for CmdAppPurgeCache {
3636

3737
let version_id = app.active_version.id;
3838

39-
let name = format!("{}/{}", app.owner.global_name, app.name);
39+
let name = format!("{} ({})", app.name, app.owner.global_name);
4040

4141
println!(
4242
"Purging caches for {}, app version {}...",

0 commit comments

Comments
 (0)