From cfaff60c7b0b234fec121c82a727fc904c0213b6 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sat, 22 Jun 2024 01:06:21 -0300 Subject: [PATCH] Fix default_argv of Nanoc::Tidy --- Rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rules b/Rules index ee8e281..001e378 100644 --- a/Rules +++ b/Rules @@ -31,7 +31,7 @@ Nanoc::Webpack .replace([*Nanoc::Webpack.default_argv, "--config", "webpack.#{buildenv}.js"].uniq) Nanoc::Tidy .default_argv - .replace([*Nanoc::Tidy.default_argv, "--config", "webpack.#{buildenv}.js"].uniq) + .replace([*Nanoc::Tidy.default_argv, "-upper"].uniq) ## # See packages/typescript/postman