Unverified Commit 83ce8d05 authored by Marc Cornellà's avatar Marc Cornellà Committed by GitHub
Browse files

transfer: add newline after showing the link

Fixes #7562
parent 932d611c
......@@ -61,7 +61,9 @@ transfer() {
# cat output link
cat $tmpfile
# add newline
echo
# cleanup
rm -f $tmpfile
}
\ No newline at end of file
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment