style(@angular-devkit/build-angular): remove comment reference to eject

This commit is contained in:
Charles Lyding 2019-02-15 12:03:09 -05:00 committed by Alex Eagle
parent 31abb81482
commit 5016843c39

View File

@ -135,7 +135,7 @@ export class ProtractorBuilder implements Builder<ProtractorBuilderOptions> {
} }
// run `webdriver-manager update --standalone false --gecko false --quiet` // run `webdriver-manager update --standalone false --gecko false --quiet`
// if you change this, update the command comment in prev line, and in `eject` task // if you change this, update the command comment in prev line
return from(webdriverUpdate.program.run({ return from(webdriverUpdate.program.run({
standalone: false, standalone: false,
gecko: false, gecko: false,