Skip to content

Commit

Permalink
fix: chmod x according to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Ameausoone committed Dec 20, 2023
1 parent d695889 commit ca55200
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ install_version() {
(
mkdir -p "$install_path"
cp -r "$ASDF_DOWNLOAD_PATH"/* "$install_path"
chmod +x "$install_path"/*

# TODO: Assert ls-lint executable exists.
local tool_cmd
Expand Down

0 comments on commit ca55200

Please sign in to comment.