Fix SSH flag

This commit is contained in:
kayos@tcp.direct 2022-11-14 14:38:46 -08:00
parent fb87f22f3a
commit 4d8312f02d
Signed by: kayos
GPG Key ID: 4B841471B4BEE979

View File

@ -104,7 +104,6 @@ if ! setup "$@"; then
fatal "Failed to setup directory structure!"
fi
targ="$1"
if $_SSH; then targ="$2"; fi
log "cloning all repos owned by $targ into $(pwd)/"
get
echo -e "\e[1;32mfin.\e[0m"