fixes and cleanup
[webi-installers/.git] / golang / golang.bash
index e5f09d1d6708f6af493ab4dae137fd17dcc78cbf..ad14c15d740cbd25997d6b91c69a5abd0f017a22 100644 (file)
@@ -117,7 +117,7 @@ popd 2>&1 >/dev/null
 ###################
 
 # TODO get better output from pathman / output the path to add as return to webi bootstrap
-pathman add "$new_go_home"
-pathman add "$HOME/go/bin/"
+pathman add "$new_go_home/bin"
+pathman add "$HOME/go/bin"
 echo "Installed 'go' (and go tools)"
 echo ""