Quiet, linter

This commit is contained in:
Gabe Kangas
2022-01-27 14:58:31 -08:00
parent 7b7bbe405b
commit 8bc40486f8
6 changed files with 7 additions and 7 deletions

View File

@@ -39,7 +39,7 @@ func Restore(backupFile string, databaseFile string) error {
rawSQL := b.String()
if _, err := os.Create(databaseFile); err != nil {
if _, err := os.Create(databaseFile); err != nil { //nolint: gosec
return errors.New("unable to write restored database")
}