changed dafault update branch to grblautoupdate for testing

This commit is contained in:
make-ing 2015-09-14 11:58:27 +02:00
parent cacc6524a1
commit 10dc7e4976

View file

@ -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"
},