fix: add missing prepare_content

This commit is contained in:
valvin 2022-09-18 21:29:28 +02:00
parent a336f184ff
commit 66c990c791
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ update_repository(){
else
cd ${GEMINI_GIT_PATH}
git pull
prepare_content
fi
}