Browse Source

Merge pull request #555 from tcrossland/patch-1

Update installer.py
Brian Hauer 11 years ago
parent
commit
9c68518f84
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
     #
-    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")
 
     #