Skip to content

Commit 2ee1835

Browse files
authored
Update generate_identifier.sh
1 parent afb7c8e commit 2ee1835

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/generate_identifier.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,9 @@ if [ -z "$AWS_RESOURCE_IDENTIFIER" ]; then
8888
GITHUB_IDENTIFIER="$(shorten_identifier ${GITHUB_IDENTIFIER} $1)"
8989
else
9090
GITHUB_IDENTIFIER="$AWS_RESOURCE_IDENTIFIER"
91+
GITHUB_IDENTIFIER="$(shorten_identifier ${GITHUB_IDENTIFIER} $1)"
9192
fi
9293

9394
GITHUB_IDENTIFIER=$(echo $GITHUB_IDENTIFIER | tr '[:upper:]' '[:lower:]' | tr '_' '-' | tr '/' '-')
9495

95-
echo "$GITHUB_IDENTIFIER" | xargs
96+
echo "$GITHUB_IDENTIFIER" | xargs

0 commit comments

Comments
 (0)