Skip to content

Commit ac17c97

Browse files
authored
Merge pull request #547 from nextstrain/nextstrain-bot/update-vendored
[bot] Update shared/vendored
2 parents b7df70b + f391fca commit ac17c97

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

shared/vendored/.gitrepo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[subrepo]
77
remote = https://github.com/nextstrain/shared
88
branch = main
9-
commit = 9b91ad2885963b5596ef80f78db12c1f1f7577b7
10-
parent = af35e7c5e3f3ad6eb76da60c4083ad8596c295fe
9+
commit = 5b4c39496f4ed861852ed8ab1528fae71c91571d
10+
parent = b7df70bba55a03049890851e83734dfcab5616a5
1111
method = merge
1212
cmdver = 0.4.9

shared/vendored/scripts/cloudfront-invalidate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ main() {
1111
echo "-> Finding CloudFront distribution"
1212
distribution=$(
1313
aws cloudfront list-distributions \
14-
--query "DistributionList.Items[?contains(Aliases.Items, \`$domain\`)] | [0].Id" \
14+
--query "DistributionList.Items[?contains(not_null(Aliases.Items, ''), \`$domain\`)] | [0].Id" \
1515
--output text
1616
)
1717

0 commit comments

Comments
 (0)