mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
fix syntax for missing credentials helper
This commit is contained in:
parent
f7631ddca5
commit
08abc2f1ce
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@ module Fog
|
|||
|
||||
private
|
||||
# @return [String] The error message that will be raised, if credentials cannot be found
|
||||
def self.missing_credentials <<-YML
|
||||
def self.missing_credentials
|
||||
<<-YML
|
||||
Missing Credentials
|
||||
|
||||
To run as '#{credential}', add the following to your resource config file: #{config_path}
|
||||
|
|
Loading…
Reference in a new issue