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