diff --git a/lib/commands/definitions.ts b/lib/commands/definitions.ts index bd022c1..0c3f1c4 100644 --- a/lib/commands/definitions.ts +++ b/lib/commands/definitions.ts @@ -170,7 +170,7 @@ const project: Command = { if (args.length < 1 || args.length > 2) return printSyntax(project); - if (args[0] === "this") args[0] = "homepage"; + if (args[0] === "this") args[0] = "terminal"; let [pjt] = [cmdIf.content.find(p => p.name === args[0]) as Project | Diary | undefined]; if (!pjt) return [