1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-06 14:46:52 +02:00
This commit is contained in:
Philip Crockett
2025-02-18 21:22:52 +01:00
parent 9fbc2d3818
commit 639aa7242b

View File

@@ -142,7 +142,7 @@ export_safari() {
if [[ "$BROWSER_TO_EXPORT" == "--chrome" ]]; then
export_chrome "$@"
elif [[ "$BROWSER_TO_EXPORT" == "--firefox" ]]; then
export_firefox "@"
export_firefox "$@"
elif [[ "$BROWSER_TO_EXPORT" == "--safari" ]]; then
export_safari "$@"
else