Skip to content

Commit

Permalink
Update app name formatting
Browse files Browse the repository at this point in the history
Co-authored-by: Syrus Akbary <[email protected]>
  • Loading branch information
theduke and syrusakbary authored Jun 5, 2024
1 parent a9ca459 commit 4170a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli/src/commands/app/purge_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ impl AsyncCliCommand for CmdAppPurgeCache {

let version_id = app.active_version.id;

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

println!(
"Purging caches for {}, app version {}...",
Expand Down

0 comments on commit 4170a09

Please sign in to comment.