Skip to content

Commit 0ad0379

Browse files
committed
fix passing args to rake task
1 parent ed407c9 commit 0ad0379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/verify-sample-code

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ end
4848

4949
def format_repo(repo)
5050
run_command(
51-
"bundle exec rake rufo:run sample_code/#{repo}",
51+
"bundle exec rake rufo:run[sample_code/#{repo}]",
5252
allowed_statuses: [0, 1, 3],
5353
)
5454
end

0 commit comments

Comments
 (0)