diff options
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 81c56b6..0325a57 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -43,7 +43,7 @@ int main(int argc, char **argv) { std::println(stderr, "starting benchmark"); - boost::sqlite::connection connection{argv[1]}; + boost::sqlite::connection connection{path}; std::vector<std::string> keys; |