mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
;fix: bin: hledger-git: fix status command
This commit is contained in:
parent
c51ebe7b8c
commit
c8c920cbe0
@ -83,7 +83,7 @@ record() {
|
||||
|
||||
status() {
|
||||
ensure_git
|
||||
$GIT --work-tree "$DIR" status -sb "$@" -- "$FILES"
|
||||
$GIT --work-tree "$DIR" status -sb "$@" -- $FILES
|
||||
}
|
||||
|
||||
log() {
|
||||
|
Loading…
Reference in New Issue
Block a user