fix: add missing prepare_content
This commit is contained in:
parent
a336f184ff
commit
66c990c791
|
@ -20,6 +20,7 @@ update_repository(){
|
|||
else
|
||||
cd ${GEMINI_GIT_PATH}
|
||||
git pull
|
||||
prepare_content
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue