tweak phrasing to trigger CI to run again

This commit is contained in:
Dustin Brody 2020-08-24 13:34:45 +02:00
parent 9c9b9d5e2e
commit 64d880b24d
No known key found for this signature in database
GPG Key ID: 3D7A11A0156519DC
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ proc init*(
x != "memory" and x != "wal"):
discard sqlite3_finalize(journalModePragma)
discard sqlite3_close(env)
return err("Invalid result from pragma: " & $x)
return err("Invalid pragma result: " & $x)
# TODO: check current version and implement schema versioning
checkExec "PRAGMA user_version = 1;"