From 6c13d58a76cab376439622cdfc669fcd130257d4 Mon Sep 17 00:00:00 2001 From: ChristopherHX Date: Mon, 28 Aug 2023 12:57:58 +0200 Subject: [PATCH] fix typo bin/go to be go/bin --- linux/ubuntu/scripts/go.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/ubuntu/scripts/go.sh b/linux/ubuntu/scripts/go.sh index c4c9850..d5e6581 100755 --- a/linux/ubuntu/scripts/go.sh +++ b/linux/ubuntu/scripts/go.sh @@ -55,7 +55,7 @@ for V in $(jq -r '.toolcache[] | select(.name == "go") | .versions[]' "/imagegen fi done -sed "s|PATH=|PATH=$HOME/bin/go:|g" -i /etc/environment +sed "s|PATH=|PATH=$HOME/go/bin:|g" -i /etc/environment printf "\n\tšŸ‹ Cleaning image šŸ‹\t\n" apt-get clean