From 6bd1a84517049b1a56415433330c4bd8d522db7c Mon Sep 17 00:00:00 2001 From: William Theaker Date: Mon, 8 Jul 2024 15:26:41 -0400 Subject: [PATCH] Correct styleguide link for TmpPath Obvious fix --- config/cookstyle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cookstyle.yml b/config/cookstyle.yml index 3b517e43..16b72caf 100644 --- a/config/cookstyle.yml +++ b/config/cookstyle.yml @@ -217,7 +217,7 @@ Chef/Correctness/NodeNormalUnless: Chef/Correctness/TmpPath: Description: Use file_cache_path rather than hard-coding tmp paths - StyleGuide: 'chef_correctness_nodenormalunless' + StyleGuide: 'chef_correctness_tmppath' Enabled: true VersionAdded: '5.0.0' Exclude: