Skip to content

Commit a2746e5

Browse files
committed
fix: add missing header for GitHub API request in get-organization-database-id-for-vnet.sh
1 parent 1fff183 commit a2746e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gh-cli/get-organization-database-id-for-vnet.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fi
1111

1212
org="$1"
1313

14-
gh api graphql -f organization="$org" -f query='
14+
gh api graphql -H X-Github-Next-Global-ID:1 -f organization="$org" -f query='
1515
query ($organization: String!)
1616
{ organization(login: $organization) {
1717
login

0 commit comments

Comments
 (0)