lab icon indicating copy to clipboard operation
lab copied to clipboard

`lab` binary in current directory will attempt loading as config

Open zaquestion opened this issue 2 years ago • 1 comments

After git pull origin master && make install

$ lab
Error: User authentication failed.  This is likely due to a misconfigured Personal
Access Token.  Verify the token or token_load config settings before attempting to
authenticate.

Even if I blow away my config I get these errors, and it doesn't seem to prompt me to put in new creds.

zaquestion avatar Jul 27 '21 04:07 zaquestion

Turns out doing a make install builds lab and puts a ./lab binary in the same directory as where I was running lab, lab see that and evidently tries to load it as a config file. Deleting it works around the issue, but lab probably shouldn't try to load binaries, leaving this open in case there's something to be done about it.

zaquestion avatar Jul 27 '21 04:07 zaquestion