mirror of
https://github.com/YunoHost-Apps/yunorunner_ynh.git
synced 2024-09-03 20:36:13 +02:00
commit
3b418013e5
1 changed files with 2 additions and 2 deletions
|
@ -114,8 +114,8 @@ then
|
|||
|
||||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
pushd "$final_path"
|
||||
git fetch --quiet --depth=1 origin "$yunorunner_release"
|
||||
git reset --quiet --hard FETCH_HEAD
|
||||
ynh_exec_as $app git fetch --quiet --depth=1 origin "$yunorunner_release"
|
||||
ynh_exec_as $app git reset --quiet --hard FETCH_HEAD
|
||||
popd
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue