Skip to content

Commit 111e20b

Browse files
committed
[NRL-793] Fix typo in update-lambda-perms workflow
1 parent 94a0cfd commit 111e20b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-lambda-permissions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
7070
- name: Check deployed version matches build version
7171
run: |
72-
this_version="$(./scripts/get-current-info.sh) | jq -r .version)"
72+
this_version="$(./scripts/get-current-info.sh | jq -r .version)"
7373
deployed_version="$(terraform -chdir=terraform/infrastructure output --raw version)"
7474
7575
if [ "${deployed_version}" != "${this_version}" ]; then

0 commit comments

Comments
 (0)