MDL-69278 behat: Correct variable name

This commit is contained in:
Andrew Nicols
2020-07-16 08:30:49 +08:00
parent 1126438d1a
commit d377bf6b78
+1 -1
View File
@@ -177,7 +177,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);