;fix: bin: hledger-git: fix status command
This commit is contained in:
parent
c51ebe7b8c
commit
c8c920cbe0
@ -83,7 +83,7 @@ record() {
|
|||||||
|
|
||||||
status() {
|
status() {
|
||||||
ensure_git
|
ensure_git
|
||||||
$GIT --work-tree "$DIR" status -sb "$@" -- "$FILES"
|
$GIT --work-tree "$DIR" status -sb "$@" -- $FILES
|
||||||
}
|
}
|
||||||
|
|
||||||
log() {
|
log() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user