diff --git a/src/com/score_the_pigs.clj b/src/com/score_the_pigs.clj index 10f3ef0..5e3ac64 100644 --- a/src/com/score_the_pigs.clj +++ b/src/com/score_the_pigs.clj @@ -66,7 +66,7 @@ (str/split #":") last)] - (process/shell (str "sqlite3" db-loc "'PRAGMA journal_mode=WAL;'")) + (process/shell (str "sqlite3 " db-loc "'PRAGMA journal_mode=WAL;'")) (migratus/init migration-config) (migratus/migrate migration-config)