mirror of
https://github.com/YunoHost-Apps/weblate_ynh.git
synced 2024-10-01 13:35:04 +02:00
Fix missing variable on upgrade
This commit is contained in:
parent
e95eb22391
commit
fd266f9bfe
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,9 @@ key=$(ynh_string_random --length=50)
|
|||
# Remove trailing "/" from the path
|
||||
path_no_slash=${path%/}
|
||||
|
||||
Github=$github
|
||||
GitLab=gitlab
|
||||
|
||||
#=================================================
|
||||
# CHECK VERSION
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue