container: finance: lib_hledger: remove -w from hledger-ui

Workaround for "hledger-ui: user error (Error: couldn't start native file manager: fdType: unsupported operation (unknown file type))"
This commit is contained in:
2024-12-12 22:21:53 -08:00
parent 6c36bab3ec
commit a29426b910

View File

@@ -158,7 +158,7 @@ function lib_hledger::__hledger-ui()
{
[ -z "${global_base_args[*]}" ] && lib_utils::die_fatal
hledger-ui "${global_base_args[@]}" -w "$@"
hledger-ui "${global_base_args[@]}" "$@"
}
function lib_hledger::__hledger-vui()