Skip to content

Commit

Permalink
Merge pull request #172 from YuukiARIA/fix-missing-bracket
Browse files Browse the repository at this point in the history
Add missing bracket
  • Loading branch information
reset committed May 18, 2015
2 parents 590a929 + 63769c7 commit 8a66a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
provider Chef::Provider::Service::Upstart if platform?("ubuntu")
supports status: true, restart: true, reload: true
action [:enable, :start]
subscribes :restart, "file[#{consul_config_filename}"
subscribes :restart, "file[#{consul_config_filename}]"
subscribes :restart, "link[#{Chef::Consul.active_binary(node)}]"
end
when 'runit'
Expand Down

0 comments on commit 8a66a9f

Please sign in to comment.