diff options
| author | Zack Hobson | 2014-02-04 10:53:47 -0800 | 
|---|---|---|
| committer | Zack Hobson | 2014-02-04 10:53:47 -0800 | 
| commit | 4122cfb7b8b7c29b04d346a9a4402992b16acfb7 (patch) | |
| tree | 4fa0bfa44d7edac004aa5bac53a130b6d8907f05 /lib | |
| parent | eb02f964295b7e06008ca984d7ca2d12f0d0f20d (diff) | |
| download | hcl-4122cfb7b8b7c29b04d346a9a4402992b16acfb7.tar.bz2 | |
noooo
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 09e0c6f..5b69d45 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 | 
