Skip to content

Commit

Permalink
Merge pull request #47 from NymexData/development
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
felipealfonsog committed Dec 8, 2023
2 parents f7dc8e9 + 01b2b77 commit 1511399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ download_source_vipshell() {

if [[ "$os" == "Darwin" || "$os" == "Linux" ]]; then
echo "Downloading the shell vip source..."
curl -o shellvip.c -L "$installer_url"
curl -o vipshell.c -L "$installer_url"
else
echo "Unsupported platform."
exit 1
Expand Down

0 comments on commit 1511399

Please sign in to comment.