Skip to content

Commit

Permalink
fix update hook url
Browse files Browse the repository at this point in the history
  • Loading branch information
jneilliii committed Nov 10, 2020
1 parent 182e03d commit dd44572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octoprint_prusaslicerthumbnails/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def get_update_information(self):
],

# update method: pip
pip="https://github.com/jneilliii/OctoPrint-PrusaSlicerThumbnails/releases/archive/{target_version}.zip"
pip="https://github.com/jneilliii/OctoPrint-PrusaSlicerThumbnails/archive/{target_version}.zip"
)
)

Expand Down

0 comments on commit dd44572

Please sign in to comment.