Skip to content

Commit

Permalink
Add missing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
YuukiARIA committed May 18, 2015
1 parent 590a929 commit 63769c7
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 63769c7

Please sign in to comment.