summary refs log tree commit diff
path: root/scoop.c
diff options
context:
space:
mode:
Diffstat (limited to 'scoop.c')
-rw-r--r--scoop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scoop.c b/scoop.c
index ad7b172..b466c58 100644
--- a/scoop.c
+++ b/scoop.c
@@ -379,7 +379,7 @@ int main(int argc, char *argv[]) {
 		close(rw[1]);
 	}
 
-	dbFind(path, SQLITE_OPEN_READONLY);
+	dbFind(path, SQLITE_OPEN_READWRITE);
 	if (dbVersion() != DatabaseVersion) {
 		errx(EX_CONFIG, "database out of date; migrate with litterbox -m");
 	}