Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 6839238

Browse files
authored
Fix typo
1 parent cf2becd commit 6839238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate-yaml.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ fi
117117
# must have API key and project ID specified in env
118118
PACKET_PROJECT_ID="${PACKET_PROJECT_ID:-}"
119119
if [ -z "$PACKET_PROJECT_ID" ]; then
120-
echo "Must specify the Packet project ID as PACKET_PROJECTID"
120+
echo "Must specify the Packet project ID as PACKET_PROJECT_ID"
121121
exit 1
122122
fi
123123
PACKET_API_KEY="${PACKET_API_KEY:-}"

0 commit comments

Comments
 (0)