From 65a5968ec3e7eee31096b9592cc34a27fa6f31b6 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Tue, 16 Jun 2020 10:01:02 -0400 Subject: [PATCH] Remove reference to deprecated netlify.yml (fixes #4) --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index a45a8d2..0b88e78 100644 --- a/index.js +++ b/index.js @@ -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`) } },