mirror of
https://github.com/overleaf/toolkit.git
synced 2025-04-19 07:18:06 +02:00
Fix typo
This commit is contained in:
parent
24a8feb5c7
commit
27d690510d
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ function handle_image_upgrade() {
|
|||
if [[ -n ${GIT_BRIDGE_IMAGE:-} ]]; then
|
||||
echo "------------------- WARNING ----------------------"
|
||||
echo " You're using a custom git bridge image: $GIT_BRIDGE_IMAGE"
|
||||
echo " Upgrade of you're custom image is skipped. You need to pull the image separately, making sure that:"
|
||||
echo " Upgrade of your custom image is skipped. You need to pull the image separately, making sure that:"
|
||||
echo " 1. The Docker image is tagged with the new version: $SEED_IMAGE_VERSION"
|
||||
echo " 2. The environment variable GIT_BRIDGE_IMAGE only contains the image name, and not a tag/version."
|
||||
echo " You can safely proceed with the upgrade process, but if you try subsequently to restart your instance"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue