From c489ca570b339e1e0b99d5c6426889ff571de6a7 Mon Sep 17 00:00:00 2001 From: Russell Dsa Date: Sat, 26 Dec 2020 14:03:33 -0800 Subject: [PATCH] fix path in bootstrap script --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index adcca2814..5d7f3a4de 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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