Skip to content

Commit

Permalink
Merge pull request #2082 from meetagrawal09/main
Browse files Browse the repository at this point in the history
Resolved Go path issue
  • Loading branch information
sgoggins committed Dec 24, 2022
2 parents e33590c + ed811b7 commit 6b7de90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install/workers.sh
Expand Up @@ -39,7 +39,7 @@ do

done

if [ -f "/usr/local/bin/go" ] || [ -f "/usr/bin/go" ] || [ -f "/snap/bin/go" ]; then
if [ -f "/usr/local/go/bin/go" ] || [ -f "/usr/local/bin/go" ] || [ -f "/usr/bin/go" ] || [ -f "/snap/bin/go" ]; then
echo "found go!"
else
echo "Installing go!"
Expand Down

0 comments on commit 6b7de90

Please sign in to comment.