Skip to content

Commit

Permalink
F OpenNebula#3440: Fix typo on error message
Browse files Browse the repository at this point in the history
  • Loading branch information
mouyaq committed Mar 5, 2020
1 parent 2bb5a55 commit 7b165af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vmm_mad/remotes/lib/nsx_driver/dfw_nsxt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def delete_rule(rule_id, section_id = @one_section_id)
# Delete receive a 200 OK also if the rule doesn't exist
@nsx_client.delete(url, HEADER_JSON)
result = rules_by_id(rule_id)
raise 'Error deleting section in DFW' if result
raise 'Error deleting rule in DFW' if result
end

end
Expand Down

0 comments on commit 7b165af

Please sign in to comment.