Skip to content

Commit

Permalink
Fix darwinPre15 url.
Browse files Browse the repository at this point in the history
  • Loading branch information
shelaf committed Oct 1, 2019
1 parent 71028b0 commit 2ad2325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gettools.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def main():
lastVersion = parser.HTMLDATA[-1]

urlpost15 = url + lastVersion + '/packages/com.vmware.fusion.tools.darwin.zip.tar'
urlpre15 = url + lastVersion + parser.HTMLDATA[-1] + '/packages/com.vmware.fusion.tools.darwinPre15.zip.tar'
urlpre15 = url + lastVersion + '/packages/com.vmware.fusion.tools.darwinPre15.zip.tar'
parser.clean()

# Download the darwin.iso tgz file
Expand Down

0 comments on commit 2ad2325

Please sign in to comment.