Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
junminahn committed Feb 11, 2025
1 parent a3b6067 commit 84bc505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asdf-tools/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
mv asdf /usr/local/bin/
rm -f asdf.tar.gz
which asdf
PATH="${ASDF_DATA_DIR:-$HOME/.asdf}/shims:$PATH"
export PATH="${ASDF_DATA_DIR:-$HOME/.asdf}/shims:$PATH"
echo "asdf installed successfully"
shell: bash

Expand Down

0 comments on commit 84bc505

Please sign in to comment.