Skip to content

Commit

Permalink
chore(gatsby-source-contentful): fix output of debug message (#28573)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdz authored Dec 10, 2020
1 parent fbf9694 commit 50df3a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/gatsby-source-contentful/src/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,7 @@ exports.sourceNodes = async (
// If the cache has data, use it. Otherwise do a remote fetch anyways and prime the cache now.
// If present, do NOT contact contentful, skip the round trips entirely
reporter.info(
`GATSBY_CONTENTFUL_EXPERIMENTAL_FORCE_CACHE was set. Skipping remote fetch, using data stored in`,
process.env.GATSBY_CONTENTFUL_EXPERIMENTAL_FORCE_CACHE
`GATSBY_CONTENTFUL_EXPERIMENTAL_FORCE_CACHE was set. Skipping remote fetch, using data stored in \`${process.env.GATSBY_CONTENTFUL_EXPERIMENTAL_FORCE_CACHE}\``
)
;({
currentSyncData,
Expand Down

0 comments on commit 50df3a4

Please sign in to comment.