1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/monica_ynh.git synced 2024-09-03 19:46:23 +02:00
This commit is contained in:
Alexandre Aubin 2021-09-22 13:41:39 +02:00 committed by GitHub
parent 567f9a24ba
commit 498fc07955
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -101,7 +101,7 @@ then
ynh_script_progression --message="Upgrading source files..."
# Download, check integrity, uncompress and patch the source from app.src
if git -C "$final_path" rev-parse --is-inside-work-tree` >/dev/null 2>/dev/null
if git -C "$final_path" rev-parse --is-inside-work-tree >/dev/null 2>/dev/null
then
pushd "$final_path"
git fetch