Skip to content

Commit

Permalink
Merge pull request #156 from agrare/fix_ruby_3_kubeclient_kwargs_error
Browse files Browse the repository at this point in the history
Fix kwargs ArgumentError on ruby3
  • Loading branch information
masayag committed Jul 22, 2024
2 parents ae1ae32 + fcbd817 commit a77c2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fog/kubevirt/compute/compute.rb
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ def create_client_from_token(url)
client = Kubeclient::Client.new(
url.to_s,
version,
@opts
**@opts
)

wrap_client(client, version, key)
Expand Down

0 comments on commit a77c2e2

Please sign in to comment.