Add missing 'v' in some places
This commit is contained in:
parent
64aaa2bcb1
commit
d0f2da944f
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ def atom_gyp():
|
||||||
|
|
||||||
|
|
||||||
def get_atom_shell_version():
|
def get_atom_shell_version():
|
||||||
return atom_gyp()['version%']
|
return 'v' + atom_gyp()['version%']
|
||||||
|
|
||||||
|
|
||||||
def get_chromedriver_version():
|
def get_chromedriver_version():
|
||||||
|
|
Loading…
Reference in a new issue