-
Notifications
You must be signed in to change notification settings - Fork 787
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: command-help invokes with incorrect directory #1540
Comments
I should probably note that WSL isn't supported and we don't test on WSL - this issue is tracked by #450 That said, there have been some recent changes to the Fish files that may have caused this issue. I'm on Linux Mint and I am unable to reproduce on |
Oh wow, I didn't realize that. I should potentially consider moving to something else then I guess! |
For anyone else running into this, it is likely that you have the executable bit set on your
|
@willnorris having this issue out of the blue on ansible installed user profiles that utilize asdf. Thanks for your fix! saved my weekend :) |
Describe the Bug
I am aiming to move my asdf installation to a separate directory. I've set
ASDF_DIR
andASDF_DATA_DIR
to the target directory and cloned asdf as per the installation instructions to that directory. I can source asdf.fish correctly, but when I invoke asdf, I get the following output:As you can see, line 3 of
command-help.bash
ends up withlib
twice, and therefore it can't find the right file.Steps to Reproduce
asdf.fish
asdf
I've also confirmed that when I run bash and source
asdf.sh
, I get the same output.Expected Behaviour
I would expect to see the output of the asdf help command.
Actual Behaviour
The command output errors described above.
Environment
asdf plugins affected (if relevant)
None
The text was updated successfully, but these errors were encountered: