diff options
Diffstat (limited to 'Library/Homebrew/gpg.rb')
| -rw-r--r-- | Library/Homebrew/gpg.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Homebrew/gpg.rb b/Library/Homebrew/gpg.rb index de2089dda..ec4e62450 100644 --- a/Library/Homebrew/gpg.rb +++ b/Library/Homebrew/gpg.rb @@ -32,7 +32,7 @@ class Gpg    def self.create_test_key(path)      odie "No GPG present to test against!" unless available? -    (path/"batch.gpg").write <<-EOS.undent +    (path/"batch.gpg").write <<~EOS        Key-Type: RSA        Key-Length: 2048        Subkey-Type: RSA | 
