update style and scripts

This commit is contained in:
app-harry
2024-10-27 10:55:32 +08:00
parent 760a2d892b
commit 090e34e2f4
7 changed files with 8 additions and 6 deletions

View File

@@ -22,7 +22,6 @@ if Dir.exist?(destination_dir)
if File.file?(file_path)
FileUtils.rm(file_path)
puts "Deleted: #{file_path}"
end
end
else