]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/blog/recipes/default.rb
Fix new cookstyle warnings
[chef.git] / cookbooks / blog / recipes / default.rb
index 1f292eeb1dfd76b2e008f432b9da2259753ede0a..e746b1006526aaea149cfbbe3dd18109fd80a124 100644 (file)
@@ -66,7 +66,7 @@ wordpress_plugin "blog.openstreetmap.org-sitepress-multilingual-cms" do
   plugin "sitepress-multilingual-cms"
   site "blog.openstreetmap.org"
   repository "https://git.openstreetmap.org/private/sitepress-multilingual-cms.git"
-  not_if { ENV["TEST_KITCHEN"] }
+  not_if { kitchen? }
 end
 
 wordpress_plugin "blog.openstreetmap.org-wordpress-importer" do