Skip to content

Commit b9d8b6d

Browse files
committed
fix: apply perms in correct location
1 parent f79fe2d commit b9d8b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testinfra-ami-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: |
6969
chmod +x ebssurrogate/scripts/chroot-bootstrap-nix.sh
7070
chmod +x ebssurrogate/scripts/surrogate-bootstrap-nix.sh
71-
chmod +x migrate.sh
71+
chmod +x migrations/db/migrate.sh
7272
7373
- uses: DeterminateSystems/nix-installer-action@main
7474

0 commit comments

Comments
 (0)