Browse Source

Update installer.py

Remove query string from downloaded filename
Tom 11 years ago
parent
commit
705e5dd4bf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolset/setup/linux/installer.py

+ 1 - 1
toolset/setup/linux/installer.py

@@ -286,7 +286,7 @@ class Installer:
     #
     #
     # Vert.x
     # Vert.x
     #
     #
-    self.__download("http://dl.bintray.com/vertx/downloads/vert.x-2.0.2-final.tar.gz?direct=true")
+    self.__download("http://dl.bintray.com/vertx/downloads/vert.x-2.0.2-final.tar.gz?direct=true", "vert.x-2.0.2-final.tar.gz")
     self.__run_command("tar xzf vert.x-2.0.2-final.tar.gz")
     self.__run_command("tar xzf vert.x-2.0.2-final.tar.gz")
 
 
     #
     #