Skip to content

Commit 3bce266

Browse files
committed
Testing
1 parent 780edf2 commit 3bce266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ Run \`netlify graph:init\` to generate a new token.`
581581
readGraphQLOperationsSourceFiles(netlifyGraphConfig);
582582
if (currentOperationsDoc.trim().length === 0) {
583583
console.warn(
584-
'No Graph operations library found, skipping production client generation.'
584+
'No Graph operations library files found, skipping production client generation.'
585585
);
586586
return;
587587
}

0 commit comments

Comments
 (0)