Commit 0bc2503a authored by Ash McKenzie's avatar Ash McKenzie

Remove errant newline for consistency

parent 7b23c6f0
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment