gobin icon indicating copy to clipboard operation
gobin copied to clipboard

Incorrect error message: GOBIN must be an absolute path

Open powerman opened this issue 3 years ago • 1 comments

$ XDG_CACHE_HOME=.cache gobin -run github.com/cheekybits/genny
failed to run go install github.com/cheekybits/genny: exit status 1
cannot install, GOBIN must be an absolute path

Error message should be: XDG_CACHE_HOME must be an absolute path.

powerman avatar Dec 04 '20 14:12 powerman

Thanks for the catch.

myitcv avatar Dec 07 '20 06:12 myitcv