Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from irq0/pr/filename-change
Browse files Browse the repository at this point in the history
Change DB_FILENAME to sfs.db
  • Loading branch information
tserong authored Nov 20, 2023
2 parents 669840d + 4f3d9bc commit ede890c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/checks.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

#include "sqlite.h"

constexpr std::string_view DB_FILENAME = "s3gw.db";
constexpr std::string_view DB_FILENAME = "sfs.db";

/* Fix - This is an abstract datatype representing an executable action to fix
* an incosistency in the filesystem or metadata database.
Expand Down

0 comments on commit ede890c

Please sign in to comment.