Skip to content

Commit b827fa8

Browse files
fix: variable name typo
1 parent a9b2155 commit b827fa8

File tree

1 file changed

+1
-1
lines changed
  • lib/docker_engine_ruby/internal

1 file changed

+1
-1
lines changed

lib/docker_engine_ruby/internal/util.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def coerce_hash!(input)
157157
in Hash | nil => coerced
158158
coerced
159159
else
160-
message = "Expected a #{Hash} or #{DockerEngineRuby::Internal::Type::BaseModel}, got #{data.inspect}"
160+
message = "Expected a #{Hash} or #{DockerEngineRuby::Internal::Type::BaseModel}, got #{input.inspect}"
161161
raise ArgumentError.new(message)
162162
end
163163
end

0 commit comments

Comments
 (0)