Skip to content

Commit

Permalink
Merge pull request #179 from kirikak2/fix_typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
hasumikin authored Jan 9, 2025
2 parents 0f0fa65 + 75be3ba commit 22ae329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ task :deep_clean do
FileUtils.cd "lib/picoruby" do
sh "rake deep_clean"
end
%(build_pico build_pico2).each do |dir|
%w(build_pico build_pico2).each do |dir|
FileUtils.cd dir do
FileUtils.rm_rf Dir.glob("*")
end
Expand Down

0 comments on commit 22ae329

Please sign in to comment.