Skip to content

Commit

Permalink
Updated Binary URL
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgreaves committed Oct 4, 2018
1 parent dcced66 commit d685b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holodeck/packagemanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def install(package_name):
package_name (str): The name of the package to install
"""
holodeck_path = util.get_holodeck_path()
binary_website = "https://holodeck.cs.byu.edu/binaries/"
binary_website = "https://s3.amazonaws.com/holodeckworlds/"

if package_name not in packages:
raise HolodeckException("Unknown package name " + package_name)
Expand Down

0 comments on commit d685b1f

Please sign in to comment.