summaryrefslogtreecommitdiff
path: root/.mise.toml
diff options
context:
space:
mode:
Diffstat (limited to '.mise.toml')
-rw-r--r--.mise.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.mise.toml b/.mise.toml
index fe58c24..a6e65cb 100644
--- a/.mise.toml
+++ b/.mise.toml
@@ -21,7 +21,7 @@ run = "go build -o biking_home ."
[tasks.migrate]
description = "Apply SQLite migrations"
-run = "DATABASE_URL=sqlite:biking_home.db go run github.com/amacneil/dbmate up"
+run = "DATABASE_URL=sqlite:biking_home.db go tool dbmate up"
[tasks.dev]
description = "Run the web server"