Skip to content

Commit a9ca459

Browse files
thedukeआयुष झा (Ayush Jha)
andauthored
Update cache purge message
Co-authored-by: आयुष झा (Ayush Jha) <ayush@wasmer.io>
1 parent c5aaddc commit a9ca459

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
@@ -47,7 +47,7 @@ impl AsyncCliCommand for CmdAppPurgeCache {
4747
let vars = wasmer_api::types::PurgeCacheForAppVersionVars { id: version_id };
4848
wasmer_api::query::purge_cache_for_app_version(&client, vars).await?;
4949

50-
println!("Caches purged!");
50+
println!("🚽 swirl! All caches have been purged!");
5151

5252
Ok(())
5353
}

0 commit comments

Comments
 (0)