As a server admin, I want the update function to check against the correct branch so that it correctly reports whether an update is available or not. It still does what it is supposed to do ie updates the server but not in the manner you'd expect.
While on the latest_experimental branch of the server, when you run the update function it checks the version against the public branch rather than the experimental branch and runs an update


The update correctly updates the experimental branch if an update is available for it otherwise it reports that it is already up to date.


Steps to reproduce the behaviour:
It should check the version against the experimental branch rather than the public branch and only try to update if a new experimental update is available.
Issue-Label Bot is automatically applying the label type: bug to this issue, with a confidence of 0.57. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
I have found the bug. Will fixed in next release
Good job, works perfectly now, thanks!