Skip to content

Commit c322bd3

Browse files
committed
Makefile.toml: fix path to settings migrations
The expected downstream project layout has migrations here: sources/settings-migrations Signed-off-by: Ben Cressey <[email protected]>
1 parent 3dda92f commit c322bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twoliter/embedded/Makefile.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ if [[ -z ${version} ]]; then
582582
exit 1
583583
fi
584584
585-
migrations_root="sources/api/migration/migrations/v${version}"
585+
migrations_root="sources/settings-migrations/v${version}"
586586
587587
# First pass: Check all migrations explicitly listed in Release.toml
588588

0 commit comments

Comments
 (0)