From c8c920cbe02e26ba4d2ea7019173c0ebb907147b Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 1 Feb 2023 13:01:40 -1000 Subject: [PATCH] ;fix: bin: hledger-git: fix status command --- bin/hledger-git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/hledger-git b/bin/hledger-git index 952fec61f..3160a6676 100755 --- a/bin/hledger-git +++ b/bin/hledger-git @@ -83,7 +83,7 @@ record() { status() { ensure_git - $GIT --work-tree "$DIR" status -sb "$@" -- "$FILES" + $GIT --work-tree "$DIR" status -sb "$@" -- $FILES } log() {