had to fix again

This commit is contained in:
Tristan Ancelet
2026-08-11 11:24:22 -05:00
parent 1085335c88
commit 4af08f8efe
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
../src/ ..
+1 -1
View File
@@ -154,7 +154,7 @@ module CliGen
ECR.render({{CliGen::HELP_OVERRIDE_TEMPLATE}}) ECR.render({{CliGen::HELP_OVERRIDE_TEMPLATE}})
{% else %} {% else %}
{% puts "No type overrided help output. Using default" if env("DEBUG") %} {% 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 {% end %} # otherwise
{% debug if env("DEBUG") %} {% debug if env("DEBUG") %}
{% end %} {% end %}