]> git.openstreetmap.org Git - chef.git/commitdiff
Fix typo
authorTom Hughes <tom@compton.nu>
Tue, 20 Jun 2023 18:19:01 +0000 (19:19 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 20 Jun 2023 18:19:01 +0000 (19:19 +0100)
cookbooks/php/attributes/default.rb

index c96f61188ae62070756fbc0ad0b72e0b1d90dba4..5dd05a52b3c0efd92be200dd7eac0be7ccda03c7 100644 (file)
@@ -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"