mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-25 16:22:42 +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()) {
|
||||
$engine->setEnableAsyncLint(true);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue