:lipstick: fix reversed flag for updating latest version.
authorCheng Zhao <zcbenz@gmail.com>
Mon, 2 Sep 2013 10:17:06 +0000 (18:17 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Mon, 2 Sep 2013 10:17:06 +0000 (18:17 +0800)
script/upload.py

index 835b17b..e0b6926 100755 (executable)
@@ -44,7 +44,7 @@ def parse_args():
   parser = argparse.ArgumentParser(description='upload distribution file')
   parser.add_argument('-n', '--no-update-version',
                       help='Do not update the latest version file',
-                      action='store_false')
+                      action='store_true')
   return parser.parse_args()