From 10dc7e4976d7c18b68994162593bfeb827af6da3 Mon Sep 17 00:00:00 2001 From: make-ing Date: Mon, 14 Sep 2015 11:58:27 +0200 Subject: [PATCH] changed dafault update branch to grblautoupdate for testing --- src/octoprint/plugins/softwareupdate/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/octoprint/plugins/softwareupdate/__init__.py b/src/octoprint/plugins/softwareupdate/__init__.py index 85b0a152..442fef46 100644 --- a/src/octoprint/plugins/softwareupdate/__init__.py +++ b/src/octoprint/plugins/softwareupdate/__init__.py @@ -130,7 +130,7 @@ class SoftwareUpdatePlugin(octoprint.plugin.BlueprintPlugin, "type": "github_commit", "repo": "OctoPrint", "user": "mrbeam", - "branch": "stable-1.2.2", + "branch": "grblautoupdate", "update_script": "{{python}} \"{update_script}\" --python=\"{{python}}\" \"{{folder}}\" {{target}}".format(update_script=os.path.join(self._basefolder, "scripts", "update-octoprint.py")), "restart": "octoprint" },