Skip to content

Commit

Permalink
Fix legacy Ruby compatiblity
Browse files Browse the repository at this point in the history
  • Loading branch information
dbackeus committed Oct 29, 2024
1 parent 607aa27 commit ff72dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ VERIFIED_PLUGINS = Array.new
def require_plugin!(plugin)
return if VERIFIED_PLUGINS.include?(plugin)

if kubectl?("", plugin:)
if kubectl?("", plugin: plugin)
VERIFIED_PLUGINS << plugin
else
abort "Error: kubectl plugin '#{plugin}' not found, please install it via krew"
Expand Down

0 comments on commit ff72dca

Please sign in to comment.