mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-29 10:12:41 +01:00
Fix copy/paste error in comment
This commit is contained in:
parent
90417fbda8
commit
5c4d2ae765
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ EOTEXT
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Enable possible async linting only for 'arc diff' not 'arc unit'
|
// Enable possible async linting only for 'arc diff' not 'arc lint'
|
||||||
if ($this->getParentWorkflow()) {
|
if ($this->getParentWorkflow()) {
|
||||||
$engine->setEnableAsyncLint(true);
|
$engine->setEnableAsyncLint(true);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue