From 17bb299c0c264f355e6ea98c89091759b7c57d2d Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Sun, 5 Feb 2023 17:39:17 +0100 Subject: [PATCH] Fix --- scripts/upgrade | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/upgrade b/scripts/upgrade index 58677ce..17d9e4a 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -108,6 +108,8 @@ then pushd "$final_path" git config --system --add safe.directory $final_path git checkout master + git config --system --add safe.directory $final_path/fluent-emojis + git config --system --add safe.directory $final_path/misskey-assets git pull --quiet git checkout $COMMIT --quiet git submodule update --init --quiet