mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-06 22:57:10 +02:00
fix typo
This commit is contained in:
@@ -142,7 +142,7 @@ export_safari() {
|
|||||||
if [[ "$BROWSER_TO_EXPORT" == "--chrome" ]]; then
|
if [[ "$BROWSER_TO_EXPORT" == "--chrome" ]]; then
|
||||||
export_chrome "$@"
|
export_chrome "$@"
|
||||||
elif [[ "$BROWSER_TO_EXPORT" == "--firefox" ]]; then
|
elif [[ "$BROWSER_TO_EXPORT" == "--firefox" ]]; then
|
||||||
export_firefox "@"
|
export_firefox "$@"
|
||||||
elif [[ "$BROWSER_TO_EXPORT" == "--safari" ]]; then
|
elif [[ "$BROWSER_TO_EXPORT" == "--safari" ]]; then
|
||||||
export_safari "$@"
|
export_safari "$@"
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user