Fix error.

This commit is contained in:
Christian Gunderman
2026-04-29 10:39:44 -07:00
parent 8dbfe52e37
commit a09991c02a
8 changed files with 8 additions and 8 deletions
@@ -18,7 +18,7 @@ try {
}
`;
const output = execSync(
'gh api graphql -F owner=$OWNER -F repo=$REPO -f query=@-',
'gh api graphql -F owner=$OWNER -F repo=$REPO -F query=@-',
{
encoding: 'utf-8',
input: query,