mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Formatting.
This commit is contained in:
parent
35c8e2a970
commit
ae47b6649c
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ module Fog
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def head(key, options = { })
|
def head(key, options = {})
|
||||||
requires :directory
|
requires :directory
|
||||||
data = connection.head_namespace(directory.key + key, :parse => false)
|
data = connection.head_namespace(directory.key + key, :parse => false)
|
||||||
file_data = data.headers.merge({
|
file_data = data.headers.merge({
|
||||||
|
|
Loading…
Add table
Reference in a new issue