diff options
author | Ash McKenzie <amckenzie@gitlab.com> | 2019-06-28 00:36:42 +1000 |
---|---|---|
committer | Ash McKenzie <amckenzie@gitlab.com> | 2019-06-28 00:36:42 +1000 |
commit | 0bc2503a85eea9efdc9bb0d072b1fc832d56d754 (patch) | |
tree | 2464c22cfaf9ab0823e0e197a0a6b17ff37cdafa | |
parent | 7b23c6f01c06de45e97f49ab0557e551a6c1edf0 (diff) | |
download | gitlab-shell-0bc2503a85eea9efdc9bb0d072b1fc832d56d754.tar.gz |
Remove errant newline for consistency
-rwxr-xr-x | bin/check | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ config = GitlabConfig.new abort("ERROR: missing option in config.yml") unless config.auth_file -print "\nAccess to #{config.auth_file}: " +print "Access to #{config.auth_file}: " if system(File.dirname(__FILE__) + '/gitlab-keys', 'check-permissions') print 'OK' else |