mirror of
https://github.com/zebrajr/ArchiveBox.git
synced 2025-12-06 00:20:20 +01:00
fix typo
This commit is contained in:
parent
9fbc2d3818
commit
639aa7242b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user