wip, renamed function

This commit is contained in:
voidlizard 2025-01-11 15:28:41 +03:00
parent 8a5ffe2e7b
commit 340bb9aaa8
1 changed files with 1 additions and 1 deletions

View File

@ -1172,7 +1172,7 @@ theDict = do
notice $ pretty tree
none
entry $ bindMatch "test:git:export" $ nil_ $ \syn -> lift $ connectedDo do
entry $ bindMatch "reflog:export" $ nil_ $ \syn -> lift $ connectedDo do
let (opts, argz) = splitOpts [("--dry",0),("--ref",1)] syn
let dry = or [ True | ListVal [StringLike "--dry"] <- opts ]