1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 15:30:40 +01: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

View File

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