Skip to content

Commit

Permalink
Merge pull request #943 from OdNairy/patch-1
Browse files Browse the repository at this point in the history
Rename install function in the install.sh
  • Loading branch information
JulesFaucherre authored May 16, 2023
2 parents efe60d3 + 07b63e4 commit 973b0c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function error {
}

# Use a function to ensure connection errors don't partially execute when being piped
function install {
function install_cli {

echo "Starting installation."

Expand Down Expand Up @@ -78,4 +78,4 @@ function install {
rm -r "$SCRATCH"
}

install
install_cli

0 comments on commit 973b0c8

Please sign in to comment.