Skip to content

Commit

Permalink
Update ngrok-setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevithakannan2 authored Oct 14, 2024
1 parent eeacb19 commit 99b1f7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/tabs/applications-setup/Developer-tools/ngrok-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ installNgrok() {
if [ -f "ngrok-v3-stable-linux-amd64.tgz" ]; then
elevated_execution tar -xz -f ngrok-v3-stable-linux-amd64.tgz -C /usr/local/bin
else
printf "%b\n" "${RED}Error occured when downloading.${RC}"
printf "%b\n" "${RED}Error occurred when downloading.${RC}"
exit 1
fi
else
Expand All @@ -19,4 +19,4 @@ installNgrok() {

checkEnv
checkEscalationTool
installNgrok
installNgrok

0 comments on commit 99b1f7a

Please sign in to comment.