Skip to content

Commit

Permalink
Fix bug in bash.rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Apr 30, 2024
1 parent b3df2b3 commit 177e0cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/bash.rake
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ module BashCompletion

def option_str(opt)
if opt.aliases
"--#{opt.name} #{o.aliases.join(' ')}"
"--#{opt.name} #{opt.aliases.join(' ')}"
else
"--#{opt.name}"
end
Expand Down

0 comments on commit 177e0cc

Please sign in to comment.