diff --git a/plugin/AbuseTheForce.vim b/plugin/AbuseTheForce.vim index c0c3894..0844f21 100644 --- a/plugin/AbuseTheForce.vim +++ b/plugin/AbuseTheForce.vim @@ -12,7 +12,7 @@ function! AbuseTheForceRetrieve() let filePath = expand("%") "let command = "!echo \"" . filePath . "\"" - let command = "!abusetheforce deploy file \"" . filePath . "\"" + let command = "!abusetheforce retrieve file \"" . filePath . "\"" execute command endfunction