[java-parent-project] branch main updated: Fix delimiters.

Codeberg noreply at shibboleth.net
Wed Dec 3 18:52:49 UTC 2025


This is an automated email from the git hooks/post-receive script.

codeberg pushed a commit to branch main
in repository java-parent-project.

View the commit online:
https://codeberg.org/Shibboleth/java-parent-project/commit/a22269fedd8d29588a8ac048d9bcaaf4399edc62

The following commit(s) were added to refs/heads/main by this push:
     new a22269f  Fix delimiters.
a22269f is described below

commit a22269fedd8d29588a8ac048d9bcaaf4399edc62
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Dec 3 13:52:38 2025 -0500

    Fix delimiters.
---
 bin/update-route53.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/update-route53.sh b/bin/update-route53.sh
index 03490cf..521940a 100755
--- a/bin/update-route53.sh
+++ b/bin/update-route53.sh
@@ -4,7 +4,7 @@
 # Requires an IAM role that can read instance tags and update a zone.
 
 # Get a token.
-TOKEN=${curl -s -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 300"}
+TOKEN=$(curl -s -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 300")
 
 # Extract information about the Instance
 INSTANCE_ID=$(curl -H "X-aws-ec2-metadata-token: $TOKEN" -s http://169.254.169.254/latest/meta-data/instance-id/)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list