Skip to content

Commit f9de0c4

Browse files
committed
Space should be comma
1 parent 9704c63 commit f9de0c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ssh-keyscan

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ssh-keyscan "${hostName}" 2> /dev/null | while read -r line; do
2727
if [ "${noIp}" = '--no-ip' ]; then
2828
echo " - hostname: '${hostName}'";
2929
else
30-
echo " - hostname: '${hostName} ${ipAddress}'";
30+
echo " - hostname: '${hostName},${ipAddress}'";
3131
fi
3232
echo " enctype: $(echo ${line} | awk '{ print $2 }')";
3333
echo " fingerprint: '$(echo ${line} | awk '{ print $3 }')'";

0 commit comments

Comments
 (0)