1
0
Fork 0
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:
vrana 2012-11-01 16:21:12 -07:00
parent 90417fbda8
commit 5c4d2ae765

View file

@ -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 {