Add missing 'v' in some places

This commit is contained in:
Cheng Zhao 2015-04-12 14:23:48 +08:00
parent 64aaa2bcb1
commit d0f2da944f

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