Skip to content

Commit

Permalink
Install all files from tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed Apr 25, 2023
1 parent 159df6f commit a78f2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ install() {

mkdir -p "${bin_install_path}"

cp -p * "${bin_install_path}"
cp -p ./* "${bin_install_path}"

echo "Granted is installed. Please add following line to your ~/.bashrc, ~/.bash_profile, ~/.profile, ~/.zshenv or ~/.config/fish/config.fish:"
echo "alias assume='source \$(asdf which assume)'"
Expand Down

0 comments on commit a78f2a4

Please sign in to comment.