aboutsummaryrefslogtreecommitdiff
path: root/lib/actions/clean.bash
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-04-09 08:51:37 +0200
committerPatrick Spek <p.spek@tyil.nl>2020-04-09 18:28:23 +0200
commit731bddbede2392e6c88c3db28a2156d20ea26db7 (patch)
treed2abbb8ca0a37c45aba70d6ecd2567ea1de39110 /lib/actions/clean.bash
parent426c44c27c20845b64958a46f47c29f687f42408 (diff)
Add a GitLab CI specification
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