Skip to content

Commit d213bbc

Browse files
committed
software updater points to robo3d repository
1 parent 7f5d03d commit d213bbc

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/octoprint/plugins/softwareupdate/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def get_settings_defaults(self):
160160
"checks": {
161161
"octoprint": {
162162
"type": "github_release",
163-
"user": "foosel",
163+
"user": "Robo3D",
164164
"repo": "OctoPrint",
165165
"update_script": "{{python}} \"{update_script}\" --branch={{branch}} --force={{force}} \"{{folder}}\" {{target}}".format(update_script=update_script),
166166
"restart": "octoprint",
@@ -986,5 +986,3 @@ def __plugin_load__():
986986
__plugin_hooks__ = {
987987
"octoprint.cli.commands": cli.commands
988988
}
989-
990-

0 commit comments

Comments
 (0)