;fix: bin: hledger-git: fix status command

This commit is contained in:
Simon Michael 2023-02-01 13:01:40 -10:00
parent c51ebe7b8c
commit c8c920cbe0

View File

@ -83,7 +83,7 @@ record() {
status() {
ensure_git
$GIT --work-tree "$DIR" status -sb "$@" -- "$FILES"
$GIT --work-tree "$DIR" status -sb "$@" -- $FILES
}
log() {