diff --git a/autoinit b/autoinit index 93d0030..19b06ba 100755 --- a/autoinit +++ b/autoinit @@ -71,6 +71,6 @@ else echo "Almost done. Enter clone repository target dir [ENTER]" read cdir - git clone ssh://gogs$sshhost:65522/$GOGS_USER/$GOGS_REPO $cdir + git clone ssh://gogs@$sshhost:65522/$GOGS_USER/$GOGS_REPO $cdir fi