utiliser GIT_SSH
This commit is contained in:
parent
e9d3897d15
commit
ed23ad179a
2
uproject
2
uproject
|
@ -211,7 +211,7 @@ elif [ "$CMD" == crone ]; then
|
|||
userhost="$user@$host"
|
||||
[ -n "$path" ] || die "Vous devez spécifier le chemin du dépôt git"
|
||||
|
||||
ssh "$userhost" create "$path" || die
|
||||
${GIT_SSH:-ssh} "$userhost" create "$path" || die
|
||||
git clone "$userhost:$path"
|
||||
|
||||
elif array_contains PY_CMDS "$CMD"; then
|
||||
|
|
Loading…
Reference in New Issue