Skip to content

Commit

Permalink
nit: purge -> prune
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz committed Dec 6, 2024
1 parent af2ea34 commit 0970de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/sc2.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def deploy(ctx, debug=False, clean=False):
# Purge VM cache for a very-clean start
vm_cache_dir = join(PROJ_ROOT, "vm-cache")
result = run(
"sudo target/release/vm-cache purge",
"sudo target/release/vm-cache prune",
cwd=vm_cache_dir,
shell=True,
capture_output=True,
Expand Down

0 comments on commit 0970de8

Please sign in to comment.