mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
fixed mock
This commit is contained in:
parent
8ccbd4917d
commit
5030cbb2fe
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ module Fog
|
|||
@options = options
|
||||
end
|
||||
|
||||
def run(commands)
|
||||
def upload(local_path, remote_path)
|
||||
Fog::Mock.not_implemented
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue