Skip to content

Commit

Permalink
Merge pull request #280 from databus23/patch-1
Browse files Browse the repository at this point in the history
fix not_if statement
  • Loading branch information
bflad committed Mar 18, 2015
2 parents f3b55a7 + 3b4229f commit e385fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/container.rb
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ def service_create_systemd
:service_name => service_name,
:sockets => sockets
)
not_if port.empty?
not_if { port.empty? }
action :nothing
end.run_action(:create)

Expand Down

0 comments on commit e385fce

Please sign in to comment.