1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/distbin_ynh.git synced 2024-09-03 18:26:10 +02:00

git pull --quiet

This commit is contained in:
yalh76 2019-02-12 08:57:52 +01:00 committed by GitHub
parent aa83f6e0a5
commit b9e49a37a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,7 +91,7 @@ ynh_print_info "Download, check and unpack source"
#ynh_setup_source "$final_path"
pushd $final_path
git pull
git pull --quiet
popd
#=================================================