Skip to content

Commit 40874d6

Browse files
committed
Revert comment addition
1 parent 76c7842 commit 40874d6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/vault/defaults.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ def ssl_ciphers
122122
ENV["VAULT_SSL_CIPHERS"] || SSL_CIPHERS
123123
end
124124

125-
# The raw contents (as a string) for the pem file, Base64-encoded or unencoded.
126-
# To specify the path to the pem file, use {#ssl_pem_file} instead.
127-
# This value is preferred over the value for {#ssl_pem_file}, if set.
125+
# The raw contents (as a string) for the pem file. To specify the path to
126+
# the pem file, use {#ssl_pem_file} instead. This value is preferred over
127+
# the value for {#ssl_pem_file}, if set.
128128
# @return [String, nil]
129129
def ssl_pem_contents
130130
if ENV["VAULT_SSL_PEM_CONTENTS_BASE64"]

0 commit comments

Comments
 (0)