Skip to content

Commit 65a5968

Browse files
committed
Remove reference to deprecated netlify.yml (fixes #4)
1 parent e580a58 commit 65a5968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = {
2626
} else {
2727
// this probably happened because the default `paths` is set, so provide instructions to fix
2828
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.`)
29+
console.log(`Try setting the 'paths' input appropriately in your netlify.toml configuration.`)
3030
console.log(`More details: https://jrvs.io/netlify-cache-usage`)
3131
}
3232
},

0 commit comments

Comments
 (0)