mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-03 12:27:32 +01:00
fix db file extension
This commit is contained in:
parent
59c768abae
commit
0c2185ae25
@ -48,7 +48,7 @@ final class FeedWranglerAccountDelegate: AccountDelegate {
|
||||
caller = FeedWranglerAPICaller(transport: session)
|
||||
}
|
||||
|
||||
database = SyncDatabase(databaseFilePath: dataFolder.appending("/Sync.sqlite"))
|
||||
database = SyncDatabase(databaseFilePath: dataFolder.appending("/Sync.sqlite3"))
|
||||
}
|
||||
|
||||
func refreshAll(for account: Account, completion: @escaping (Result<Void, Error>) -> Void) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user