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:
parent
34d42de295
commit
9f1858d501
1 changed files with 1 additions and 1 deletions
|
@ -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=(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue