Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuyoshicho committed Jun 12, 2019
2 parents 6a7d13e + df33d49 commit be766a3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions autoload/pass/util.vim
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,7 @@ function! s:decrypt_entry_gpg(gpgid, entrypath, passphrase) abort
let cmd = s:build_gpg_command(a:gpgid, a:entrypath, a:passphrase, ['--decrypt'])

let result = s:Process.execute(cmd)
let entrycontent = s:String.lines(result.output)

return entrycontent
return result.content
endfunction

" execute command
Expand Down

0 comments on commit be766a3

Please sign in to comment.