From 19f4b3d1d3f9c66ca8eab5c2dd5c4aa5a3b0f119 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Mon, 15 Jul 2013 18:07:49 +0000 Subject: [PATCH] wording, fixes #1636 --- update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.py b/update.py index d19813c5..5becfacc 100755 --- a/update.py +++ b/update.py @@ -131,7 +131,7 @@ if __name__ == "__main__": run('./manage.py', 'update_static') run('./manage.py', 'compile_pyc') if not development: - print 'pan.do/ra is up to date, run "./update dev" to update to the current development version' + print 'pan.do/ra is at the latest stable release, you can run "./update dev" to update to the development version' diff = get('./manage.py', 'sqldiff', '-a').strip() if diff != '-- No differences': print 'Database has changed, please make a backup and run ./update.py db'