Skip to content

Commit

Permalink
Fix busted #templates_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
azimux committed Mar 7, 2024
1 parent 9ad0914 commit 2fdb5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generators/sh_cli_connector_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def manifest_to_generator_classes(manifest)
alias sh_cli_connector_config relevant_manifest

def templates_dir
"#{__dir__}/../templates"
"#{__dir__}/../../templates"
end

# TODO: promote this up to base project
Expand Down

0 comments on commit 2fdb5c0

Please sign in to comment.