From 12e37667ae3974808c386988a11c31df6c02363a Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Wed, 18 Aug 2021 08:22:16 -0700 Subject: [PATCH] Update packages/adapter-netlify/index.js --- packages/adapter-netlify/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/adapter-netlify/index.js b/packages/adapter-netlify/index.js index 204e0de78117..07693b96dc5c 100644 --- a/packages/adapter-netlify/index.js +++ b/packages/adapter-netlify/index.js @@ -95,7 +95,7 @@ function get_publish_directory(utils) { } if (resolve(netlify_config.build.publish) === process.cwd()) { throw new Error( - 'The publish directory cannot be set to the site root. Please change it to "build" in netlify.toml.' + 'The publish directory cannot be set to the site root. Please change it to another value such as "build" in netlify.toml.' ); } return netlify_config.build.publish;