mirror of
https://github.com/YunoHost-Apps/monica_ynh.git
synced 2024-09-03 19:46:23 +02:00
Typo...
This commit is contained in:
parent
567f9a24ba
commit
498fc07955
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ then
|
||||||
ynh_script_progression --message="Upgrading source files..."
|
ynh_script_progression --message="Upgrading source files..."
|
||||||
|
|
||||||
# Download, check integrity, uncompress and patch the source from app.src
|
# 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
|
then
|
||||||
pushd "$final_path"
|
pushd "$final_path"
|
||||||
git fetch
|
git fetch
|
||||||
|
|
Loading…
Add table
Reference in a new issue