summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-05-29 23:12:31 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-05-29 23:12:31 +0100
commiteb3f8e5548b88f65ce82f24b34a4b81bff890d4d (patch)
tree0a311b3649bdbadae379646ca0300369d4dfeaca /bin
parent4bd77649f99f36e309452f1ea9495cbe1d6a44e4 (diff)
downloadgitano-eb3f8e5548b88f65ce82f24b34a4b81bff890d4d.tar.gz
Various cleanups
Diffstat (limited to 'bin')
-rw-r--r--bin/gitano-auth4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/gitano-auth b/bin/gitano-auth
index 73079de..04ef19c 100644
--- a/bin/gitano-auth
+++ b/bin/gitano-auth
@@ -100,7 +100,7 @@ end
-- Validate the commandline, massaging it as necessary.
if not cmd.validate(config, repo, parsed_cmdline) then
- gitano.log.fatal("Validation of commandline failed")
+ gitano.log.fatal("Validation of command line failed")
end
-- Construct our context ready for prep
@@ -120,7 +120,7 @@ if action == "allow" then
gitano.log.info(reason or "Ruleset permitted action")
else
gitano.log.critical(reason)
- gitano.log.fatal("Ruleset denied action. Sorry")
+ gitano.log.fatal("Ruleset denied action. Sorry.")
end
gitano.log.chat("Welcome to " .. config.global.site_name)