Woops'd deploy instead of retrieve

This commit is contained in:
ViViDboarder 2013-04-18 17:51:56 -07:00
parent 1cff871dca
commit b21dc4b373
1 changed files with 1 additions and 1 deletions

View File

@ -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