aboutsummaryrefslogtreecommitdiff
path: root/lib/actions/clean.bash
diff options
context:
space:
mode:
Diffstat (limited to 'lib/actions/clean.bash')
-rw-r--r--lib/actions/clean.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/actions/clean.bash b/lib/actions/clean.bash
index eec2736..dcf1e5a 100644
--- a/lib/actions/clean.bash
+++ b/lib/actions/clean.bash
@@ -2,7 +2,7 @@
action() {
local OPTIND
- local clean_source
+ local clean_src
while getopts ":s" opt
do