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:
parent
631ec7dd3c
commit
8ea4d0b088
1 changed files with 1 additions and 2 deletions
|
@ -32,8 +32,7 @@ fi
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
set_forge_variables() {
|
set_forge_variables() {
|
||||||
if [ $used_forge -eq "GitHub" ]
|
if [ $used_forge = "GitHub" ] ; then
|
||||||
then
|
|
||||||
github_username="\"$forge_username\""
|
github_username="\"$forge_username\""
|
||||||
github_token="\"$forge_token\""
|
github_token="\"$forge_token\""
|
||||||
gitlab_username="None"
|
gitlab_username="None"
|
||||||
|
|
Loading…
Reference in a new issue