Skip to content

Commit 22ae329

Browse files
authored
Merge pull request #179 from kirikak2/fix_typo
Fix typo
2 parents 0f0fa65 + 75be3ba commit 22ae329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ task :deep_clean do
180180
FileUtils.cd "lib/picoruby" do
181181
sh "rake deep_clean"
182182
end
183-
%(build_pico build_pico2).each do |dir|
183+
%w(build_pico build_pico2).each do |dir|
184184
FileUtils.cd dir do
185185
FileUtils.rm_rf Dir.glob("*")
186186
end

0 commit comments

Comments
 (0)