summaryrefslogtreecommitdiff
path: root/al32-mktorrent.sh
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-07-19 14:23:46 +0200
committerErich Eckner <git@eckner.net>2019-07-19 14:23:46 +0200
commite8f0023ea90ff17aacb4c83db86a9aa158f68cbf (patch)
tree577c3606fba6b2116a6d21f0ae4222acc0cb3e9c /al32-mktorrent.sh
parent7e4f6555765353d9fcfc57f4509432b4409272f8 (diff)
downloadreleng-e8f0023ea90ff17aacb4c83db86a9aa158f68cbf.tar.xz
al32-mktorrent.sh: fix typo in progress message
Diffstat (limited to 'al32-mktorrent.sh')
-rwxr-xr-xal32-mktorrent.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/al32-mktorrent.sh b/al32-mktorrent.sh
index f1ea667..241c317 100755
--- a/al32-mktorrent.sh
+++ b/al32-mktorrent.sh
@@ -104,7 +104,7 @@ function create_torrent_for_arch () {
function upload_file_to_remote_dir {
if [ -f "$1" ] && [ -n "$2" ] ; then
- echo -e "$fg_reset${fg_bold}Uploading file$fg_reset ${fg_blue}$1$fg_reset ${fg_bold}to$fg_reset ${fg_blue}$1$fg_reset $fg_bold...$fg_reset"
+ echo -e "$fg_reset${fg_bold}Uploading file$fg_reset ${fg_blue}$1$fg_reset ${fg_bold}to$fg_reset ${fg_blue}$2$fg_reset $fg_bold...$fg_reset"
scp "$1" "$2"
fi
}