From 639aa7242b2d30edacab852316692935ffdbcbc0 Mon Sep 17 00:00:00 2001 From: Philip Crockett Date: Tue, 18 Feb 2025 21:22:52 +0100 Subject: [PATCH] fix typo --- bin/export_browser_history.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/export_browser_history.sh b/bin/export_browser_history.sh index d14c84ef..e650d928 100755 --- a/bin/export_browser_history.sh +++ b/bin/export_browser_history.sh @@ -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