Set encoding explicitly in bin/gollum (#1801)

Resolves #1699
This commit is contained in:
Dawa Ometto
2022-01-13 21:45:49 +01:00
committed by GitHub
parent 6f870501a0
commit 4b2dc8e5c0
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env ruby
#!/usr/bin/env -S ruby -Eutf-8
$:.unshift File.join(File.dirname(__FILE__), *%w[.. lib])