Skip to content

Commit 41d16ca

Browse files
author
Chris Maunder
committed
Corrected clean script
1 parent ef70544 commit 41d16ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/install/clean.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function delPattern() {
6767
if [ "$doDebug" = true ]; then
6868
writeLine "Marked for removal: ${pathPattern}" "$color_error"
6969
else
70-
rm -rf '${pathPattern}'
70+
rm -rf ${pathPattern}
7171
writeLine "Removed ${pathPattern}" "$color_success"
7272
fi
7373
}

0 commit comments

Comments
 (0)