mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-17 16:45:06 +00:00
"Repaired" shebang for check_translations.rb
Most work was done in 7dc0a05a71, though
`check_translation.rb` still had a hardcoded shebang. This is now
fixed. #2590 is now fully resolved too.
This commit is contained in:
parent
f0d29ba8ef
commit
8fa6083036
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/ruby
|
||||
#!/usr/bin/env ruby
|
||||
|
||||
MASTER="en"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue