Skip to content
This repository was archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Enzo Rivello authored Nov 9, 2016
1 parent 7493d28 commit 4df0a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/redeploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
not_if "cat #{share_config} | grep '<referer>#{node['alfresco']['shareproperties']['referer']}</referer>'"
end

template "#{node['alfresco']['home']}-share//conf/Catalina/localhost/share.xml" do
template "#{node['alfresco']['home']}-share/conf/Catalina/localhost/share.xml" do
source 'tomcat/share.xml.erb'
owner node['alfresco']['user']
owner node['tomcat']['group']
Expand Down

0 comments on commit 4df0a64

Please sign in to comment.