Skip to content

Commit

Permalink
update factory dir to .factory
Browse files Browse the repository at this point in the history
  • Loading branch information
JosueMolinaMorales committed Aug 22, 2024
1 parent c150db7 commit d0dd410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func (p *Parser) LoadHCLFile(path string) (hcl.Body, hcl.Diagnostics) {
// - []*File: A slice of pointers to the parsed files.
// - hcl.Diagnostics: Any diagnostics encountered during parsing.
func ParseFactoryDirectory() ([]*File, hcl.Diagnostics) {
return ParseDirectory("factory/", true)
return ParseDirectory(".factory/", true)
}

// ParseDirectory parses the directory at the given path and returns a slice of File pointers and any diagnostics encountered.
Expand Down

0 comments on commit d0dd410

Please sign in to comment.