Skip to content

Commit

Permalink
[runit] fix incorrect service path
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Johnston committed Oct 31, 2013
1 parent 8386589 commit ea265fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/service.rb
Expand Up @@ -7,7 +7,7 @@ def service_pipe
end

def service_path
"/opt/sensu/sv/service/#{new_resource.service}"
"/opt/sensu/service/#{new_resource.service}"
end

def load_current_resource
Expand Down

0 comments on commit ea265fd

Please sign in to comment.