remove quotes to allow copy and paste

This commit is contained in:
j 2015-04-17 17:07:10 +01:00
parent 8f181b7b51
commit 9eb17dcf41
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ repos = {
}
def reload_notice(base):
print '\nPlease restart pan.do/ra to finish the update:\n\t"sudo %s/ctl reload"\n' % base
print '\nPlease restart pan.do/ra to finish the update:\n\tsudo %s/ctl reload\n' % base
if __name__ == "__main__":
if len(sys.argv) == 2 and sys.argv[1] in ('database', 'db'):