Skip to content

Commit bbd1b38

Browse files
babrovkapirj
authored andcommitted
PR comments:
*rm -rf tmp/*
1 parent bd43e51 commit bbd1b38

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)