mirror of
https://github.com/strongdm/comply
synced 2024-11-05 15:35:25 +00:00
fix typo
This commit is contained in:
parent
bc25dae339
commit
fd4aab67be
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user