From 08abc2f1ce3bbd96740552621e9ecc261c56d9e0 Mon Sep 17 00:00:00 2001 From: geemus Date: Mon, 13 Dec 2010 15:42:56 -0800 Subject: [PATCH] fix syntax for missing credentials helper --- lib/fog/core/credentials.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/fog/core/credentials.rb b/lib/fog/core/credentials.rb index 86faf51e4..5ccfe6add 100644 --- a/lib/fog/core/credentials.rb +++ b/lib/fog/core/credentials.rb @@ -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}