Skip to content

Commit

Permalink
typofix
Browse files Browse the repository at this point in the history
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
  • Loading branch information
lamont-granquist committed Apr 9, 2019
1 parent 3f64578 commit b30029e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/etcd_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def svc_manager(&block)
when 'systemd'
svc = etcd_service_manager_systemd(new_resource.name, &block)
end
svc.copy_properties_from(svc)
svc.copy_properties_from new_resource
svc
end
end
Expand Down

0 comments on commit b30029e

Please sign in to comment.