We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b606ff commit 210be84Copy full SHA for 210be84
mise.toml
@@ -31,9 +31,7 @@ run = "go test -v -coverprofile=coverage.txt -covermode=atomic -coverpkg=./... -
31
32
[tasks.migrate_hash]
33
description = "Recalculate Atlas migration hashes (see https://atlasgo.io/versioned/new#recalculating-the-directory-hash)"
34
-run = "atlas migrate hash --dir \"file://migrations/sql?format=golang-migrate\""
35
-# windows has different escaping or something?
36
-run_windows = 'atlas migrate hash --dir file://migrations/sql?format=golang-migrate'
+run = 'atlas migrate hash --dir file://migrations/sql?format=golang-migrate'
37
38
[tasks.generate]
39
description = "Update Golang generated code"
0 commit comments