Skip to content

Commit b8c49bb

Browse files
vikaspotluri123acburdine
authored andcommitted
fix(stop command): update extension query key
1 parent 5ed4f25 commit b8c49bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/commands/stop.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class StopCommand extends Command {
77
const omit = require('lodash/omit');
88

99
extensions.forEach((extension) => {
10-
const options = get(extension, 'config.options.start', false);
10+
const options = get(extension, 'config.options.stop', false);
1111
if (!options) {
1212
return;
1313
}

0 commit comments

Comments
 (0)