fix path in bootstrap script

This commit is contained in:
Russell Dsa
2020-12-26 14:03:33 -08:00
parent ba8545954e
commit c489ca570b
+1 -1
View File
@@ -4,7 +4,7 @@ cd /tmp
git clone https://github.com/magefile/mage
cd mage
go run bootstrap.go
rm -rf mage
rm -rf /tmp/mage
if ! command -v mage &> /dev/null
then