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

Commit 3b0a175

Browse files
authored
Merge pull request #9 from rkoster/patch-1
Fix typo
2 parents cf2becd + 6839238 commit 3b0a175

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)