Skip to content

Commit

Permalink
Merge pull request #25 from Varying-Vagrant-Vagrants/Mte90-patch-3
Browse files Browse the repository at this point in the history
fix path of hostsupdater plugin
  • Loading branch information
tomjn committed Oct 12, 2018
2 parents 331cbd3 + d061f96 commit a6e0416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Expand Up @@ -94,7 +94,7 @@ gem fetch vagrant-hostsupdater
counter=$((counter+1))

echo -e "\033[0;32m${counter}/${total} Renaming gem file to remove the version number\033[0m"
mv build/vagrant-hostsupdater-*.gem build/vagrant-hostsupdater.gem
mv vagrant-hostsupdater-*.gem build/vagrant-hostsupdater.gem
counter=$((counter+1))

echo -e "\033[0;32m${counter}/${total} Copying instructions\033[0m"
Expand Down

0 comments on commit a6e0416

Please sign in to comment.