NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Commit

"Repaired" shebang for check_translations.rb

Most work was done in 7dc0a05a71d958918644339649ac6874c821eacb, though `check_translation.rb` still had a hardcoded shebang. This is now fixed. #2590 is now fully resolved too.

8fa60830
wucke13 <[email protected]> 7 years ago
helper-scripts/check_translations.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Diff

diff --git a/helper-scripts/check_translations.rb b/helper-scripts/check_translations.rb
index 7568a975..af4da1c2 100755
--- a/helper-scripts/check_translations.rb
+++ b/helper-scripts/check_translations.rb
@@ -1,4 +1,4 @@
-#!/usr/bin/ruby
+#!/usr/bin/env ruby
 
 MASTER="en"