Fix characters with warnings

This commit is contained in:
Marc Baloup 2023-04-09 18:11:22 +02:00
parent e9b46f81b7
commit 5e87c92213

View File

@ -6,7 +6,7 @@ echo "Getting Geyser last build infos..."
# get paper build version
if ! curl -L -s $URL_BUILD -o build_infos.json; then
echo -e "Error: Cant join API"
echo -e "Error: Can't join API"
exit 1
fi
@ -36,6 +36,6 @@ echo "Building docker image of Geyser Standalone "$DOCKER_TAG
docker build --build-arg RUNNABLE_JAR=$RUNNABLE_JAR -t $DOCKER_TAG .
docker tag $DOCKER_TAG $DOCKER_TAG_LATEST
echo "Pushing image to Pandacubes container registry"
echo "Pushing image to Pandacube's container registry"
docker push $DOCKER_TAG
docker push $DOCKER_TAG_LATEST