Skip to content

Commit

Permalink
fix install name
Browse files Browse the repository at this point in the history
  • Loading branch information
jgramoll committed Jul 10, 2019
1 parent d2d0879 commit e1f290e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if [ -z ${url} ]; then
exit 1
fi

dest_file="$name_$version"
dest_file="${name}_$version"
curl $url -L -o $dest_file
chmod +x $dest_file

Expand Down

0 comments on commit e1f290e

Please sign in to comment.