Skip to content

Commit 1c7afd0

Browse files
committed
Fix GraphQL query
Fixes #253
1 parent ff5fa86 commit 1c7afd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/pages/default.txp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ global $variable;
7272

7373
$query = <<<'GRAPHQL'
7474
query {
75-
repository(owner:textpattern, name:textpattern) {
75+
repository(owner:"textpattern", name:"textpattern") {
7676
stargazers {
7777
totalCount
7878
}

0 commit comments

Comments
 (0)