Skip to content

Commit

Permalink
🐛 Fix SW update URL
Browse files Browse the repository at this point in the history
  • Loading branch information
cp2004 committed Apr 14, 2021
1 parent e6e71db commit 9e859ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octoprint_wled/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def get_update_information(self) -> dict:
}
],
# update method: pip
"pip": "https://github.com/cp2004/OctoPrint-WLED/releases/{target_version}/download/release.zip",
"pip": "https://github.com/cp2004/OctoPrint-WLED/releases/download/{target_version}/release.zip",
}
}

Expand Down

0 comments on commit 9e859ca

Please sign in to comment.