Skip to content

Commit

Permalink
Rename install function in the install.sh
Browse files Browse the repository at this point in the history
Fix the ambiguity of `install` shell command and `install` script function
  • Loading branch information
OdNairy authored May 16, 2023
1 parent efe60d3 commit 07b63e4
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 07b63e4

Please sign in to comment.