MDL-69278 behat: Correct variable name

This commit is contained in:
Andrew Nicols 2020-07-16 08:24:55 +08:00
parent 0d751c196b
commit 05f23d5a2b

View File

@ -184,7 +184,7 @@ class behat_hooks extends behat_base {
$message = <<<EOF
Your behat test site is outdated, please run the following command from your Moodle dirroot to drop, and reinstall the Behat test site.
{$comandpath}
{$commandpath}
EOF;
self::log_and_stop($message);