1
0
mirror of https://github.com/strongdm/comply synced 2024-11-05 23:45:25 +00:00
This commit is contained in:
vassalo 2021-10-11 10:44:36 -03:00
parent bc25dae339
commit fd4aab67be

View File

@ -49,7 +49,7 @@ func renderToFilesystem(wg *sync.WaitGroup, errOutputCh chan error, data *render
rel, err := filepath.Rel(config.ProjectRoot(), p.FullPath)
if err != nil {
rel = p.FullPat
rel = p.FullPath
}
fmt.Printf("%s -> %s\n", rel, filepath.Join("output", p.OutputFilename))
}(doc)