build: naming cosmetic.

This commit is contained in:
Alexandre Pujol 2025-01-14 23:58:01 +01:00
parent 9953cf1fbd
commit ba067a0214
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
2 changed files with 4 additions and 4 deletions

View file

@ -101,7 +101,7 @@ func Configure() {
sync, _ := prepare.Tasks["synchronise"].(*prepare.Synchronise)
sync.Paths = []string{file}
overwrite, _ := prepare.Tasks["overwrite"].(*prepare.Overwrite)
overwrite.OneFile = true
overwrite.Optional = true
}
}