Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit e522e07

Browse files
committed
Lu Merger refactor
1 parent 52cd6c8 commit e522e07

File tree

3 files changed

+183
-151
lines changed

3 files changed

+183
-151
lines changed

packages/luis/src/commands/luis/convert.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default class LuisConvert extends Command {
3030
let inputStat = await fs.stat(flags.in)
3131
let isLu = !inputStat.isFile() ? true : path.extname(flags.in) === '.lu'
3232

33-
// Parse the object depending on the input
33+
// Parse the object depending on the input
3434
let result: any
3535
if (isLu) {
3636
const luFiles = await file.getLuObjects(flags.in, flags.recurse)

0 commit comments

Comments
 (0)