diff options
| -rw-r--r-- | HomebrewFormula/qcd.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/HomebrewFormula/qcd.rb b/HomebrewFormula/qcd.rb index 7d12dac..c49babb 100644 --- a/HomebrewFormula/qcd.rb +++ b/HomebrewFormula/qcd.rb @@ -14,7 +14,7 @@ class Qcd < Formula    end    def caveats -    <<-EOS +    <<~EOS        qcd is a shell function, and must be sourced before it can be used.        Add the following command to your bash profile: | 
