Skip to content

Commit

Permalink
Update Barrel.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno authored Mar 13, 2022
1 parent 9844317 commit a6749ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MonkeyCache.LiteDB/Barrel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public static IBarrel Create(string cacheDirectory, bool cache = false)
path = $"Filename={path}; Password={EncryptionKey}";
#endif
if(Upgrade)
path += ";Upgrade=true ";
path += "; Upgrade=true";

db = new LiteDatabase(path);
col = db.GetCollection<Banana>();
Expand Down

0 comments on commit a6749ad

Please sign in to comment.