Skip to content

Commit

Permalink
Merge pull request #50 from dorianmariefr/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
smorimoto authored Nov 5, 2022
2 parents f8347c0 + d6ba247 commit 575cbed
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 @@ -42,7 +42,7 @@ install_crystal() {
local source_path="${tmp_download_dir}/crystal.tar.gz"

(
echo " Downloading and installing Crystal..."
echo "* Downloading and installing Crystal..."
curl --silent --fail --location --create-dirs --output "$source_path" "$download_url" || fail "Could not download Crystal $version for architecture $architecture"
tar zxf "$source_path" -C "$install_path" --strip-components=1
rm -rf "$tmp_download_dir"
Expand Down

0 comments on commit 575cbed

Please sign in to comment.