Skip to content
This repository was archived by the owner on Mar 17, 2024. It is now read-only.

Commit

Permalink
Code cleanup in DB reader
Browse files Browse the repository at this point in the history
  • Loading branch information
josh- committed Feb 11, 2018
1 parent bb4d6c0 commit 5feca5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CloudyTabs/JPCloudTabsDBReader.m
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ + (NSString *)safariLibraryDirectory {

- (FMDatabase *)cloudTabsDatabase {
if (!_cloudTabsDatabase) {
NSString *path = [[JPCloudTabsDBReader safariLibraryDirectory] stringByAppendingPathComponent:@"CloudTabs.db"];
NSString *path = [JPCloudTabsDBReader filePath];
FMDatabase *db = [FMDatabase databaseWithPath:path];

if ([db open]) {
Expand Down

0 comments on commit 5feca5d

Please sign in to comment.