From: Tom Hughes Date: Tue, 20 Jun 2023 18:19:01 +0000 (+0100) Subject: Fix typo X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/50a65ffb2e499e3f097bec904ffcaa91e6467c87 Fix typo --- 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"