1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/weblate_ynh.git synced 2024-10-01 13:35:04 +02:00

Update _common.sh

This commit is contained in:
ericgaspar 2022-08-11 20:32:44 +02:00
parent 631ec7dd3c
commit 8ea4d0b088

View file

@ -32,8 +32,7 @@ fi
#=================================================
set_forge_variables() {
if [ $used_forge -eq "GitHub" ]
then
if [ $used_forge = "GitHub" ] ; then
github_username="\"$forge_username\""
github_token="\"$forge_token\""
gitlab_username="None"