transfer: add newline after showing the link

Fixes #7562
master
Marc Cornellà 8 years ago committed by GitHub
parent 932d611c90
commit 83ce8d05df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      plugins/transfer/transfer.plugin.zsh

@ -61,6 +61,8 @@ transfer() {
# cat output link # cat output link
cat $tmpfile cat $tmpfile
# add newline
echo
# cleanup # cleanup
rm -f $tmpfile rm -f $tmpfile

Loading…
Cancel
Save