From c33b25cc5f9ed1717d498bf0cd7739b8927dd1a3 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 26 May 2022 16:47:17 +0200 Subject: Fixed style issue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index f252bae..60c961a 100644 --- a/Rakefile +++ b/Rakefile @@ -34,7 +34,7 @@ task :test do } } - dir = ENV['BUILD_DEST'] || './_site' + dir = ENV.fetch('BUILD_DEST', './_site') HTMLProofer.check_directory(dir, options).run end -- cgit v1.2.3