Skip to content

Commit

Permalink
Patched wrong function call
Browse files Browse the repository at this point in the history
  • Loading branch information
Fulgurance committed Dec 7, 2024
1 parent 732f911 commit 818c96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ISM/CommandLine.cr
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ module ISM
end

filesForRemoval.each do |file|
if File.exists?
if File.exists?(file)
FileUtils.rm_r(file)
end
end
Expand Down

0 comments on commit 818c96c

Please sign in to comment.