aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ellipsis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ellipsis.sh b/ellipsis.sh
index 6b4d9dc..a8575e7 100644
--- a/ellipsis.sh
+++ b/ellipsis.sh
@@ -33,5 +33,5 @@ pkg.reinstall() {
}
pkg.uninstall() {
- rm -r "$stump_modules"
+ rm -rfv "$stump_modules"
}