Skip to content

Commit

Permalink
minor fix for get_filesystems_info.
Browse files Browse the repository at this point in the history
  • Loading branch information
kfafel committed Nov 28, 2013
1 parent 038a874 commit e95b780
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -36,7 +36,7 @@ def get_filesystems_info(agent_id)
"total" => Fog::Mock.random_numbers(9).to_s,
"files" => Fog::Mock.random_numbers(6).to_s,
"free_files" => Fog::Mock.random_numbers(6).to_s,
}
},
{
"dir_name" => "/proc",
"dev_name" => "proc",
Expand Down

0 comments on commit e95b780

Please sign in to comment.