mirror of
https://github.com/strongdm/comply
synced 2024-11-05 23:45: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)
|
rel, err := filepath.Rel(config.ProjectRoot(), p.FullPath)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
rel = p.FullPat
|
rel = p.FullPath
|
||||||
}
|
}
|
||||||
fmt.Printf("%s -> %s\n", rel, filepath.Join("output", p.OutputFilename))
|
fmt.Printf("%s -> %s\n", rel, filepath.Join("output", p.OutputFilename))
|
||||||
}(doc)
|
}(doc)
|
||||||
|
Loading…
Reference in New Issue
Block a user