Skip to content

Commit

Permalink
Update cache purge message
Browse files Browse the repository at this point in the history
Co-authored-by: आयुष झा (Ayush Jha) <[email protected]>
  • Loading branch information
theduke and ayys authored Jun 5, 2024
1 parent c5aaddc commit a9ca459
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 @@ -47,7 +47,7 @@ impl AsyncCliCommand for CmdAppPurgeCache {
let vars = wasmer_api::types::PurgeCacheForAppVersionVars { id: version_id };
wasmer_api::query::purge_cache_for_app_version(&client, vars).await?;

println!("Caches purged!");
println!("🚽 swirl! All caches have been purged!");

Ok(())
}
Expand Down

0 comments on commit a9ca459

Please sign in to comment.