1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-24 17:00:47 +00:00

transfer: add newline after showing the link

Fixes #7562
This commit is contained in:
Marc Cornellà 2019-01-30 16:35:16 +01:00 committed by GitHub
parent 932d611c90
commit 83ce8d05df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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