From 50a65ffb2e499e3f097bec904ffcaa91e6467c87 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 20 Jun 2023 19:19:01 +0100 Subject: [PATCH] Fix typo --- cookbooks/php/attributes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/php/attributes/default.rb b/cookbooks/php/attributes/default.rb index c96f61188..5dd05a52b 100644 --- a/cookbooks/php/attributes/default.rb +++ b/cookbooks/php/attributes/default.rb @@ -1,6 +1,6 @@ default[:php][:version] = if platform?("debian") "8.2" - elsif qnode[:lsb][:release].to_f < 22.04 + elsif node[:lsb][:release].to_f < 22.04 "7.4" else "8.1" -- 2.45.2