We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e580a58 commit 65a5968Copy full SHA for 65a5968
index.js
@@ -26,7 +26,7 @@ module.exports = {
26
} else {
27
// this probably happened because the default `paths` is set, so provide instructions to fix
28
console.log(`Attempted to cache: ${inputs.paths.join(', ')} ... but failed. :(`)
29
- console.log(`Try setting the 'paths' input appropriately in your netlify.toml or netlify.yml.`)
+ console.log(`Try setting the 'paths' input appropriately in your netlify.toml configuration.`)
30
console.log(`More details: https://jrvs.io/netlify-cache-usage`)
31
}
32
},
0 commit comments