Add missing 'v' in some places
authorCheng Zhao <zcbenz@gmail.com>
Sun, 12 Apr 2015 06:23:48 +0000 (14:23 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Sun, 12 Apr 2015 06:23:48 +0000 (14:23 +0800)
script/lib/util.py

index 0099c6e..b67bb8d 100644 (file)
@@ -163,7 +163,7 @@ def atom_gyp():
 
 
 def get_atom_shell_version():
-  return atom_gyp()['version%']
+  return 'v' + atom_gyp()['version%']
 
 
 def get_chromedriver_version():