aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bdep/database.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/database.cxx b/bdep/database.cxx
index e41b349..202e1d7 100644
--- a/bdep/database.cxx
+++ b/bdep/database.cxx
@@ -110,7 +110,7 @@ namespace bdep
set_nocase ("relative_path");
db.execute ("UPDATE sqlite_master"
- " SET sql = '" + t.sql + '\''
+ " SET sql = '" + t.sql + "'"
" WHERE " + where);
db.execute ("PRAGMA writable_schema = OFF");