summaryrefslogtreecommitdiffstats
path: root/run
diff options
context:
space:
mode:
Diffstat (limited to 'run')
-rwxr-xr-xrun2
1 files changed, 1 insertions, 1 deletions
diff --git a/run b/run
index fd8754d..a8b32a2 100755
--- a/run
+++ b/run
@@ -11,7 +11,7 @@ function gradlew_do()
case "$1" in
"c")
shift;
- ARGS="clean packs $ARGS"
+ ARGS="clean assets:build $ARGS"
gradlew_do
;;
"a")