Skip to content

Commit

Permalink
chore: resolve last todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dabolus committed Oct 4, 2023
1 parent 2e1f57d commit 86b137e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ install_version() {
mkdir -p "$install_path"
cp -r "$ASDF_DOWNLOAD_PATH"/* "$install_path"

# TODO: Assert traefik executable exists.
local tool_cmd
tool_cmd="$(echo "$TOOL_TEST" | cut -d' ' -f1)"
test -x "$install_path/$tool_cmd" || fail "Expected $install_path/$tool_cmd to be executable."
Expand Down

0 comments on commit 86b137e

Please sign in to comment.