Skip to content

Commit 1fff183

Browse files
committed
fix: correct example usage in get-organization-id.sh
1 parent c5cf790 commit 1fff183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gh-cli/get-organization-id.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
if [ -z "$1" ]; then
44
echo "Usage: $0 <org>"
5-
echo "Example: ./get-enterprise-id.sh joshjohanning-org"
5+
echo "Example: ./get-organization-id.sh joshjohanning-org"
66
exit 1
77
fi
88

0 commit comments

Comments
 (0)