From b21dc4b373c42dfc1903d55ce32ae0499abf9df6 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Thu, 18 Apr 2013 17:51:56 -0700 Subject: [PATCH] Woops'd deploy instead of retrieve --- plugin/AbuseTheForce.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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