Skip to content

Commit

Permalink
fix: added serverless alias to sls
Browse files Browse the repository at this point in the history
  • Loading branch information
pdemagny committed Jan 23, 2023
1 parent 0446ed1 commit cb4577f
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 @@ -73,6 +73,7 @@ install_version() {
cp -r "$ASDF_DOWNLOAD_PATH/${tool_cmd}-${version}" "$install_path/$tool_cmd"

test -x "$install_path/$tool_cmd" || fail "Expected $install_path/$tool_cmd to be executable."
test -L "$install_path/sls" || ln -s "$install_path/$tool_cmd" "$install_path/sls"

echo "$TOOL_NAME $version installation was successful!"
) || (
Expand Down

0 comments on commit cb4577f

Please sign in to comment.