Skip to content

Commit

Permalink
noooo
Browse files Browse the repository at this point in the history
  • Loading branch information
zenhob committed Feb 4, 2014
1 parent eb02f96 commit 4122cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hcl/commands.rb
Expand Up @@ -94,7 +94,7 @@ def completion command=nil
command ||= $PROGRAM_NAME.split('/').last
$stderr.puts \
"The hcl completion command is deprecated (and slow!), instead use something like:",
"> complete -W "`cat #{HCl::App::ALIAS_LIST}`" #{command}"
"> complete -W \"`cat #{HCl::App::ALIAS_LIST}`\" #{command}"
%[complete -W "#{aliases.join ' '}" #{command}]
end

Expand Down

0 comments on commit 4122cfb

Please sign in to comment.