mirror of
https://github.com/overleaf/toolkit.git
synced 2025-04-19 15:28:06 +02:00
Print number of mismatching variables in overleaf.rc
This commit is contained in:
parent
9a9c5b5512
commit
84393ce277
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ function check_sharelatex_env_vars() {
|
|||
if [ "$rc_occurrences" -gt 0 ]; then
|
||||
echo "Rebranding from ShareLaTeX to Overleaf"
|
||||
echo " The Toolkit has adopted to Overleaf brand for its variables."
|
||||
echo " Your config/overleaf.rc still has variables using the previous ShareLaTeX brand."
|
||||
echo " Your config/overleaf.rc still has $rc_occurrences variables using the previous ShareLaTeX brand."
|
||||
echo " Moving forward the 'SHARELATEX_' prefixed variables must be renamed to 'OVERLEAF_'."
|
||||
echo " You can migrate your config/overleaf.rc to use the Overleaf brand by running:"
|
||||
echo ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue