diff --git a/scripts/setup.py b/scripts/setup.py index 40c5539b3..dfc65372e 100644 --- a/scripts/setup.py +++ b/scripts/setup.py @@ -141,7 +141,7 @@ if __name__ == '__main__': ### print print 'You\'re done! Now run the bot with the command line:' - print 'src/bot.py conf/%s.conf' % name + print 'src/bot.py conf/%s' % name print # vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: