Skip to content

Commit 421e152

Browse files
committed
Added missing import flag
1 parent ef61320 commit 421e152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connect/http-routes/handlers/create-command.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const CommandInfo = {
2525
requiresDocumentId: true,
2626
},
2727
[ConnectCommand.IMPORT]: {
28-
command: (args) => ['-c', `codify import ${args}`],
28+
command: (args) => ['-c', `codify import -p ${args}`],
2929
requiresDocumentId: true,
3030
}
3131
}

0 commit comments

Comments
 (0)