Skip to content

Commit 273ef31

Browse files
committed
fix: remove trailing spaces in GraphQL queries
1 parent b0ab2c3 commit 273ef31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
@@ -15,7 +15,7 @@ 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
18-
databaseId
18+
databaseId
1919
}
2020
}
2121
'

gh-cli/get-organization-id.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ query ($organization: String!)
1414
{ organization(login: $organization) {
1515
login
1616
name
17-
id
17+
id
1818
}
1919
}
2020
'

0 commit comments

Comments
 (0)