From 0c902163b44774cd7f983fe99b1a1edb3600f6e7 Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Sun, 23 Aug 2020 21:46:32 +0200 Subject: [PATCH 1/1] Fix taginfo rule --- cookbooks/taginfo/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/taginfo/recipes/default.rb b/cookbooks/taginfo/recipes/default.rb index 7c31b3d33..9fa2d7f99 100644 --- a/cookbooks/taginfo/recipes/default.rb +++ b/cookbooks/taginfo/recipes/default.rb @@ -116,7 +116,7 @@ node[:taginfo][:sites].each do |site| execute "compile_taginfo_tools" do action :nothing - owner "taginfo" + user "taginfo" group "taginfo" cwd "#{directory}/build" command "cmake #{directory}/taginfo-tools && make" -- 2.39.5