diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/hcl/commands.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/hcl/commands.rb b/lib/hcl/commands.rb index 63de83b..09e0c6f 100644 --- a/lib/hcl/commands.rb +++ b/lib/hcl/commands.rb @@ -94,7 +94,7 @@ module HCl        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 | 
