0

put quotes around terrain SHA so github doesn't auto-link it by mistake

This commit is contained in:
Aaron Griffith
2011-09-19 16:21:41 -04:00
parent bfc7bf1848
commit 33a0860d9f

View File

@@ -174,7 +174,7 @@ def main():
h = hashlib.sha1()
h.update(f.read())
logging.info("Hash of terrain.png file is: %s", h.hexdigest())
logging.info("Hash of terrain.png file is: `%s`", h.hexdigest())
sys.exit(0)
if options.advanced_help: