mirror of
https://github.com/strongdm/comply
synced 2025-12-08 07:14:09 +00:00
use filepath join to open index html
This commit is contained in:
@@ -82,7 +82,7 @@ func html(output string, live bool, errCh chan error, wg *sync.WaitGroup) {
|
||||
if live {
|
||||
if !opened {
|
||||
opened = true
|
||||
open.Run("output/index.html")
|
||||
open.Run(filepath.Join(".", "output", "index.html"))
|
||||
}
|
||||
} else {
|
||||
wg.Done()
|
||||
|
||||
Reference in New Issue
Block a user