Skip to content

Commit 55219a2

Browse files
committed
try to fix encoding issue for bot partial
1 parent 9991e96 commit 55219a2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bin/check_encoding

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ def check_file_encoding(file_path)
1212
puts "🤢🤢 Non-UTF-8 file detected: #{file_path} 🤢🤢"
1313
puts " Encoding: #{encoding}"
1414
puts " BOM detected" if bom
15-
else
16-
puts "#{file_path} UTF-8 OK"
1715
end
1816
end
1917

0 commit comments

Comments
 (0)