mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Fix indentation warning
This commit is contained in:
parent
bd948fee3e
commit
fa31f91912
1 changed files with 2 additions and 2 deletions
|
@ -95,8 +95,8 @@ An alternate file may be used by placing its path in the FOG_RC environment vari
|
|||
#######################################################
|
||||
|
||||
YML
|
||||
raise(Fog::Errors::LoadError.new(missing_credentials_message))
|
||||
end
|
||||
raise(Fog::Errors::LoadError.new(missing_credentials_message))
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue