Skip to content

Commit

Permalink
removed unnecessary double quotes in tor-browser.sh
Browse files Browse the repository at this point in the history
Co-authored-by: JEEVITHA KANNAN K S <[email protected]>
  • Loading branch information
phoenixhaleofficial and jeevithakannan2 authored Oct 17, 2024
1 parent 5b35d32 commit d5f4e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tabs/applications-setup/browsers/tor-browser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ installTorBrowser() {
"$ESCALATION_TOOL" "$PACKAGER" install -y torbrowser-launcher
;;
*)
printf "%b\n" "${RED}Unsupported package manager: ""$PACKAGER""${RC}"
printf "%b\n" "${RED}Unsupported package manager: ${PACKAGER}${RC}"
exit 1
;;
esac
Expand Down

0 comments on commit d5f4e49

Please sign in to comment.