1
0
Fork 0
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:
geemus 2010-12-13 15:42:56 -08:00
parent f7631ddca5
commit 08abc2f1ce

View file

@ -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}