1
0
Fork 0
mirror of https://github.com/overleaf/toolkit.git synced 2025-04-19 23:38:06 +02:00

Fix typo in quay.io check

This commit is contained in:
Shane Kilkelly 2020-07-21 11:28:06 +01:00
parent 34d42de295
commit 9f1858d501

View file

@ -175,7 +175,7 @@ function check_config_files() {
print_point 2 "SERVER_PRO: $SERVER_PRO"
if [[ "${SERVER_PRO:-null}" == "true" ]]; then
local logged_in
logged_in="$(grep -q xxquay.io ~/.docker/config.json && echo 'true' || echo 'false')"
logged_in="$(grep -q quay.io ~/.docker/config.json && echo 'true' || echo 'false')"
print_point 3 "logged in to quay.io: $logged_in"
if [[ "${logged_in}" == "false" ]]; then
local warning_message=(