asdf icon indicating copy to clipboard operation
asdf copied to clipboard

bug: ASDF_DIR always bring 0.14.0 after upgrade

Open agungwas opened this issue 1 year ago • 1 comments

Describe the Bug

i'm upgrading from 0.14.0 to 0.14.1 using homebrew. after upgrade it it give this ╰─>$ asdf Unknown command: asdf /opt/homebrew/Cellar/asdf/0.14.1/libexec/bin/asdf: line 120: /opt/homebrew/Cellar/asdf/0.14.0/libexec/lib/commands/command-help.bash: No such file or directory the asdf

Steps to Reproduce

  1. brew uninstall asdf --zap
  2. echo $ASDF_DIR got /opt/homebrew/Cellar/asdf/0.14.0/libexec
  3. brew install asdf
  4. asdf got Unknown command: asdf /opt/homebrew/Cellar/asdf/0.14.1/libexec/bin/asdf: line 120: /opt/homebrew/Cellar/asdf/0.14.0/libexec/lib/commands/command-help.bash: No such file or directory

Expected Behaviour

the env var for $ASDF_DIR should upgraded too

Actual Behaviour

when call asdf, got different version in

Environment

cannot do that

asdf plugins affected (if relevant)

No response

agungwas avatar Sep 30 '24 07:09 agungwas

Have you checked the Homebrew repo to see if this been raised over there? We don't control how Homebrew upgrades software or maintain the Homebrew stuff.

jthegedus avatar Oct 07 '24 14:10 jthegedus

I'm going to close this as this isn't an issue with the code in this repository.

Stratus3D avatar Dec 17 '24 20:12 Stratus3D