Skip to content

Fix bug preventing update from working

Latest
Compare
Choose a tag to compare
@trobrock trobrock released this 04 Jun 20:24
· 4 commits to master since this release

This bug didnt fetch tags with git, so nothing would ever update.

To upgrade to this version if you are experiencing this issue do the following:

pushd ~/.chefvm
git fetch --tags origin
popd
chefvm update

Then you should be on the latest, confirm this by running chefvm version and you should see "1.3.1"