Browse Source

Add missing 'v' in some places

Cheng Zhao 10 years ago
parent
commit
d0f2da944f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      script/lib/util.py

+ 1 - 1
script/lib/util.py

@@ -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():