Skip to content

Commit d5f4e49

Browse files
removed unnecessary double quotes in tor-browser.sh
Co-authored-by: JEEVITHA KANNAN K S <ksjeevithakannan123@gmail.com>
1 parent 5b35d32 commit d5f4e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/tabs/applications-setup/browsers/tor-browser.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ installTorBrowser() {
1919
"$ESCALATION_TOOL" "$PACKAGER" install -y torbrowser-launcher
2020
;;
2121
*)
22-
printf "%b\n" "${RED}Unsupported package manager: ""$PACKAGER""${RC}"
22+
printf "%b\n" "${RED}Unsupported package manager: ${PACKAGER}${RC}"
2323
exit 1
2424
;;
2525
esac

0 commit comments

Comments
 (0)