Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions shared/vendored/.gitrepo
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[subrepo]
remote = https://github.com/nextstrain/shared
branch = main
commit = 9b91ad2885963b5596ef80f78db12c1f1f7577b7
parent = 184e68fb38b03bb77a7d78f84c0a9117df00a6b4
commit = 5b4c39496f4ed861852ed8ab1528fae71c91571d
parent = 523fa8fca8dacd7795bcf208af2aeb11e84868fc
method = merge
cmdver = 0.4.9
2 changes: 1 addition & 1 deletion shared/vendored/scripts/cloudfront-invalidate
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ main() {
echo "-> Finding CloudFront distribution"
distribution=$(
aws cloudfront list-distributions \
--query "DistributionList.Items[?contains(Aliases.Items, \`$domain\`)] | [0].Id" \
--query "DistributionList.Items[?contains(not_null(Aliases.Items, ''), \`$domain\`)] | [0].Id" \
--output text
)

Expand Down