Skip to content

Commit

Permalink
add templates dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jarededwards committed Nov 19, 2024
1 parent 59d185b commit 35d8661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ func getInitCommand() *cobra.Command {
}

log.Info("Applying tinkerbell templates")
colonyTemplates, err := manifests.Templates.ReadDir(".")
colonyTemplates, err := manifests.Templates.ReadDir("templates")
if err != nil {
return fmt.Errorf("error reading templates: %w", err)
}
Expand Down

0 comments on commit 35d8661

Please sign in to comment.