Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishjullia committed Sep 18, 2023
1 parent ca68c3e commit a189800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ for cmd in jq tfenv aws curl print-env; do
command -v "$cmd" >/dev/null 2>&1 || error_exit "$cmd is required but not installed."
done

PORTUNUS_TOKEN="${PORTUNUS_TOKEN}${PORTUNUS_PROJECT}${PORTUNUS_STAGE}"
PORTUNUS_TOKEN="${PORTUNUS_TOKEN}/${PORTUNUS_PROJECT}/${PORTUNUS_STAGE}"

# Ensure PORTUNUS_TOKEN is set
[[ -z "${PORTUNUS_TOKEN}" ]] && error_exit "PORTUNUS_TOKEN is not set."
Expand Down

0 comments on commit a189800

Please sign in to comment.