From 98d8a700d0a74ec7c3167c070fc569b545c35f09 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Fri, 5 Aug 2022 02:27:16 +0200 Subject: qcd: Use `~` heredoc string undent Now that we don't have a `.undent` method, we need to use `~`. --- HomebrewFormula/qcd.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3