From 4af08f8efe7779ca43f5b30663f6b8496c66de87 Mon Sep 17 00:00:00 2001 From: Tristan Ancelet Date: Tue, 11 Aug 2026 11:24:22 -0500 Subject: [PATCH] had to fix again --- lib/cligen | 2 +- src/cligen/command_node.cr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/cligen b/lib/cligen index e057607..a96aa0e 120000 --- a/lib/cligen +++ b/lib/cligen @@ -1 +1 @@ -../src/ \ No newline at end of file +.. \ No newline at end of file diff --git a/src/cligen/command_node.cr b/src/cligen/command_node.cr index 0f68aa5..b7536bb 100644 --- a/src/cligen/command_node.cr +++ b/src/cligen/command_node.cr @@ -154,7 +154,7 @@ module CliGen ECR.render({{CliGen::HELP_OVERRIDE_TEMPLATE}}) {% else %} {% puts "No type overrided help output. Using default" if env("DEBUG") %} - ECR.render("lib/cligen/cligen/template/cmd_help.ecr") + ECR.render("lib/cligen/src/cligen/template/cmd_help.ecr") {% end %} # otherwise {% debug if env("DEBUG") %} {% end %}