Skip to content

Commit

Permalink
comment cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mildwonkey committed Oct 1, 2024
1 parent 8234d77 commit e143c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pkg/domains/files/files.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func (d Domain) GetResources() (types.DomainResources, error) {
}

// clean up the resources so it's using the filepath.Name as the map key,
// istead of the file path.src/pkg/domains/files/files.go
// instead of the file path.
drs := make(types.DomainResources, len(config))
for k, v := range config {
rel, err := filepath.Rel(dst, k)
Expand Down

0 comments on commit e143c0d

Please sign in to comment.