diff options
author | Teddy Wing | 2022-08-05 02:27:16 +0200 |
---|---|---|
committer | Teddy Wing | 2022-08-05 02:27:16 +0200 |
commit | 98d8a700d0a74ec7c3167c070fc569b545c35f09 (patch) | |
tree | 4d3de54a582e5321a2f12bcce60ea44dcb7cda24 | |
parent | 6d86a59aedb08a0d24723984946d8ea76a3ccd3e (diff) | |
download | homebrew-formulae-98d8a700d0a74ec7c3167c070fc569b545c35f09.tar.bz2 |
qcd: Use `~` heredoc string undent
Now that we don't have a `.undent` method, we need to use `~`.
-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: |