From d0f2da944fb9a6ccb8e8efaf35ac4c6e9bd3c75d Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Sun, 12 Apr 2015 14:23:48 +0800 Subject: [PATCH] Add missing 'v' in some places --- script/lib/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/lib/util.py b/script/lib/util.py index 0099c6e43075..b67bb8da0da8 100644 --- a/script/lib/util.py +++ b/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():