Skip to content

Commit 210be84

Browse files
committed
chore: one mise migrate_hash command that works on both platforms
1 parent 0b606ff commit 210be84

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

mise.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ run = "go test -v -coverprofile=coverage.txt -covermode=atomic -coverpkg=./... -
3131

3232
[tasks.migrate_hash]
3333
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'
34+
run = 'atlas migrate hash --dir file://migrations/sql?format=golang-migrate'
3735

3836
[tasks.generate]
3937
description = "Update Golang generated code"

0 commit comments

Comments
 (0)