You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and the problem is in awk command because if my user group contains two words and space in between (my user in an Active Directory user) then the version name is on 10th position.
I just fixed it to awk '{print $10}' and it works perfect for me, but maybe you could find some general solution for that case.
Thanks :)
The text was updated successfully, but these errors were encountered:
When I run
gobrew use 1.8
it shows that the version is not installed.I investigated why and I see this line in libexec/gobrew-use file:
and the problem is in awk command because if my user group contains two words and space in between (my user in an Active Directory user) then the version name is on 10th position.
I just fixed it to
awk '{print $10}'
and it works perfect for me, but maybe you could find some general solution for that case.Thanks :)
The text was updated successfully, but these errors were encountered: