Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
koudaiii committed Oct 13, 2021
1 parent 979aa08 commit 8251763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/meta/meta_impl.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func newMetaImpl(rg string, outputDir string) (Meta, error) {
return nil, fmt.Errorf("creating workspace root %q: %w", rootDir, err)
}

tfDir := filepath.Join(rootDir, "aztfy"), "terraform")
tfDir := filepath.Join(rootDir, "terraform")
if err := os.MkdirAll(tfDir, 0755); err != nil {
return nil, fmt.Errorf("creating terraform cache dir %q: %w", tfDir, err)
}
Expand Down

0 comments on commit 8251763

Please sign in to comment.