Port to newest libmutton development version; bump copyright date

This commit is contained in:
2025-01-11 18:06:11 -05:00
parent 6d557a77c2
commit 6210c9cd31
5 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -86,5 +86,5 @@ func expandPathWithHome(path string) string {
// RunJobWrapper is a wrapper for sync.RunJob that sets the passphrase input function to inputHidden.
func RunJobWrapper(manualSync bool) {
core.PassphraseInputFunction = inputHidden
sync.RunJob(manualSync)
sync.RunJob(manualSync, false)
}