From 09af95bde94c53e8f5b09bcef24c2d8c04eb4d31 Mon Sep 17 00:00:00 2001 From: Daniel Kluge Date: Tue, 18 Oct 2022 20:07:35 +0200 Subject: [PATCH] this == terminal --- lib/commands/definitions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 [