Fix typo in Git repository
This commit is contained in:
parent
a9e0a77f45
commit
045fdd0ab0
2
init.sh
2
init.sh
@ -58,7 +58,7 @@ wi-init(){
|
|||||||
|
|
||||||
GIT_DOMAIN="git.cwinfo.net"
|
GIT_DOMAIN="git.cwinfo.net"
|
||||||
GIT_PORT="2222"
|
GIT_PORT="2222"
|
||||||
GIT_REPOSITORY="warengroup/infra-plus"
|
GIT_REPOSITORY="warengroup-private/infra-plus"
|
||||||
|
|
||||||
ssh-keyscan -p $GIT_PORT $GIT_DOMAIN &> ~/.ssh/known_hosts
|
ssh-keyscan -p $GIT_PORT $GIT_DOMAIN &> ~/.ssh/known_hosts
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ wi-init(){
|
|||||||
|
|
||||||
GIT_DOMAIN="git.cwinfo.net"
|
GIT_DOMAIN="git.cwinfo.net"
|
||||||
GIT_PORT="2222"
|
GIT_PORT="2222"
|
||||||
GIT_REPOSITORY="warengroup/infra-plus"
|
GIT_REPOSITORY="warengroup-private/infra-plus"
|
||||||
|
|
||||||
ssh-keyscan -p $GIT_PORT $GIT_DOMAIN &> ~/.ssh/known_hosts
|
ssh-keyscan -p $GIT_PORT $GIT_DOMAIN &> ~/.ssh/known_hosts
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user