sane-sandboxed: fix typo in add-pwd flag

This commit is contained in:
Colin 2024-01-28 09:17:12 +00:00
parent 42f9fa029d
commit e84da827c2

View File

@ -166,7 +166,7 @@ parseArgs() {
shift
rootPaths+=("$_path")
;;
(--sand-sandbox-add-pwd)
(--sane-sandbox-add-pwd)
_path="$(pwd)"
rootPaths+=("$_path")
;;