Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaes committed Nov 13, 2024
1 parent 45608c8 commit 1455e4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/puppet/provider/foreman_location/rest_v3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def flush

return if success?(req)

raise Puppet::Error, "Error making PUT request to Foreman at #{request_uri(path)}: #{error_message(r)}"
raise Puppet::Error, "Error making PUT request to Foreman at #{request_uri(path)}: #{error_message(req)}"
end

def parent
Expand Down
2 changes: 1 addition & 1 deletion lib/puppet/provider/foreman_organization/rest_v3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def flush

return if success?(req)

raise Puppet::Error, "Error making PUT request to Foreman at #{request_uri(path)}: #{error_message(r)}"
raise Puppet::Error, "Error making PUT request to Foreman at #{request_uri(path)}: #{error_message(req)}"
end

def parent
Expand Down

0 comments on commit 1455e4b

Please sign in to comment.