revert accidental change

This commit is contained in:
Joey Hess 2022-07-13 15:17:08 -04:00
parent 7daa51a380
commit 1b680d330b
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -439,7 +439,7 @@ createMessage = fromMaybe "branch created" . annexCommitMessage <$> Annex.getGit
{- Stages the journal, and commits staged changes to the branch. -}
commit :: String -> Annex ()
commit = whenM (journalDirty gitAnnexJournalDir) . tforceCommit
commit = whenM (journalDirty gitAnnexJournalDir) . forceCommit
{- Commits the current index to the branch even without any journalled
- changes. -}