Badges: fix repo update script

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2024-07-10 07:19:58 +02:00
parent 99514bbad0
commit da9ed00c5c
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -10,7 +10,7 @@ if [ ! -d "$DIR/.git" ]; then
fi
git config --global --add safe.directory $DIR
git fetch origin
git -C $DIR fetch origin
{% if env == 'staging' %}
git -C $DIR checkout staging
{% endif %}