Skip to content

Commit

Permalink
Merge pull request #945 from CircleCI-Public/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
JulesFaucherre authored May 16, 2023
2 parents f990e38 + 973b0c8 commit b104265
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 b104265

Please sign in to comment.