We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 037c2bc + caeefd5 commit e7606f3Copy full SHA for e7606f3
lib/commands/dev/config-apply.ts
@@ -9,7 +9,7 @@ export class DevConfigApplyCommand implements ICommand {
9
public disableAnalytics = true;
10
11
public execute(args: string[]): IFuture<void> {
12
- return this.$config.apply(args[0]);
+ return this.$config.apply(args[0].toLowerCase());
13
}
14
15
$injector.registerCommand("dev-config-apply", DevConfigApplyCommand);
0 commit comments