1
mirror of https://github.com/jakejarvis/netlify-plugin-cache.git synced 2025-04-26 02:55:22 -04:00

Remove reference to deprecated netlify.yml (fixes #4)

This commit is contained in:
Jake Jarvis 2020-06-16 10:01:02 -04:00
parent e580a58e5e
commit 65a5968ec3
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39

View File

@ -26,7 +26,7 @@ module.exports = {
} else {
// this probably happened because the default `paths` is set, so provide instructions to fix
console.log(`Attempted to cache: ${inputs.paths.join(', ')} ... but failed. :(`)
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.`)
console.log(`More details: https://jrvs.io/netlify-cache-usage`)
}
},