Remove outdated comment

The commit b068122 removed the code dropping the trailing colon, but the comment stayed leaving the code confusing for future readers

SSH-Copy-ID-Upstream: 930d39f238117cd53810240ec989d0356aa1c1f6
This commit is contained in:
Jakub Jelen 2021-03-02 21:34:05 +00:00 committed by Darren Tucker
parent bdcaf79390
commit bd382dca31
No known key found for this signature in database

View File

@ -155,7 +155,6 @@ if [ $# != 1 ] ; then
usage
fi
# drop trailing colon
USER_HOST="$*"
# tack the hostname onto SSH_OPTS
SSH_OPTS="${SSH_OPTS:+$SSH_OPTS }'$(quote "$USER_HOST")'"