Skip to content

Commit 177e0cc

Browse files
committed
Fix bug in bash.rake task
1 parent b3df2b3 commit 177e0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/bash.rake

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ module BashCompletion
9292

9393
def option_str(opt)
9494
if opt.aliases
95-
"--#{opt.name} #{o.aliases.join(' ')}"
95+
"--#{opt.name} #{opt.aliases.join(' ')}"
9696
else
9797
"--#{opt.name}"
9898
end

0 commit comments

Comments
 (0)