Skip to content

Commit

Permalink
Update utils.bash
Browse files Browse the repository at this point in the history
fixed indentation
  • Loading branch information
mystix authored Apr 30, 2024
1 parent 3bbf163 commit b8f0a15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ install_version() {
(
mkdir -p "$install_path"
if ! $(echo -e "$version\n4.2.0" | sort -VC); then
# see https://github.com/Orange-OpenSource/hurl/issues/2401
cp -r "$ASDF_DOWNLOAD_PATH"/bin/* "$install_path"
# see https://github.com/Orange-OpenSource/hurl/issues/2401
cp -r "$ASDF_DOWNLOAD_PATH"/bin/* "$install_path"
else
cp -r "$ASDF_DOWNLOAD_PATH"/* "$install_path"
cp -r "$ASDF_DOWNLOAD_PATH"/* "$install_path"
fi

local tool_cmd
Expand Down

0 comments on commit b8f0a15

Please sign in to comment.