BrewPi / brewpi-tools

Various tools to setup/update/configure BrewPi
GNU General Public License v3.0
39 stars 46 forks source link

Update script is missing git fetch! #1

Closed elcojacobs closed 11 years ago

elcojacobs commented 11 years ago

The update script only checks whether it is up-to-date compared to the local copy of the remote. It should do a git fetch first!

vanosg commented 11 years ago

Fix pushed.

elcojacobs commented 11 years ago

That was an easy fix :) https://github.com/BrewPi/brewpi-tools/commit/fb16fc29d6c43ebec3eb98b7a3edf35f4bcc38cc (link to commit for future reference)