Skip to content

Commit

Permalink
fix static report url
Browse files Browse the repository at this point in the history
Signed-off-by: Emily McMullan <[email protected]>
  • Loading branch information
eemcmullan committed Jun 24, 2024
1 parent 1300c6e commit 7ddf166
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cmd/analyze.go
Original file line number Diff line number Diff line change
Expand Up @@ -1561,9 +1561,7 @@ func (a *analyzeCommand) GenerateStaticReport(ctx context.Context) error {
return err
}
uri := uri.File(filepath.Join(a.output, "static-report", "index.html"))
cleanedURI := filepath.Clean(string(uri))
a.log.Info("Static report created. Access it at this URL:", "URL", cleanedURI)

a.log.Info("Static report created. Access it at this URL:", "URL", string(uri))
return nil
}

Expand Down

0 comments on commit 7ddf166

Please sign in to comment.