Skip to content

Commit 1512ccb

Browse files
fix: correct syntax in config-handler.ts
Co-Authored-By: Dan Lynch <pyramation@gmail.com>
1 parent 5c21338 commit 1512ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/commands/config-handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default async (
1616
prompter: Inquirerer,
1717
options: CLIOptions,
1818
commandMap: Record<string, Function>
19-
): Promise<boolean> {
19+
): Promise<boolean> => {
2020
if (!argv.config) {
2121
return false;
2222
}

0 commit comments

Comments
 (0)