mirror of
https://github.com/YunoHost/vinaigrette.git
synced 2024-09-03 20:06:11 +02:00
Fix ssowat name of git clone to be compatbile with ynh-build
This commit is contained in:
parent
083c0231b2
commit
dc64d109f1
1 changed files with 1 additions and 1 deletions
2
init.sh
2
init.sh
|
@ -14,7 +14,7 @@ gpg --import config/keys/$DEBSIGN_KEYID.pub
|
|||
cd gitrepos/
|
||||
git clone https://github.com/yunohost/yunohost
|
||||
git clone https://github.com/yunohost/yunohost-admin
|
||||
git clone https://github.com/yunohost/ssowat
|
||||
git clone https://github.com/yunohost/ssowat SSOwat
|
||||
git clone https://github.com/yunohost/moulinette
|
||||
|
||||
cd yunohost
|
||||
|
|
Loading…
Reference in a new issue