Skip to content

Commit cddfa47

Browse files
committed
PR comments:
*rm -rf tmp/*
1 parent d958695 commit cddfa47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ function check_documentation_coverage {
177177

178178
function check_style_and_lint {
179179
echo "bin/rubocop"
180-
eval "(unset RUBYOPT; rm tmp/*; exec bin/rubocop)"
180+
eval "(unset RUBYOPT; rm -rf tmp/*; exec bin/rubocop)"
181181
}
182182

183183
function run_all_spec_suites {

0 commit comments

Comments
 (0)