aboutsummaryrefslogtreecommitdiff
path: root/examples/5-report/example_report.go
diff options
context:
space:
mode:
Diffstat (limited to 'examples/5-report/example_report.go')
-rw-r--r--examples/5-report/example_report.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/5-report/example_report.go b/examples/5-report/example_report.go
index 7fa93dc..bd7971f 100644
--- a/examples/5-report/example_report.go
+++ b/examples/5-report/example_report.go
@@ -5,7 +5,7 @@
// This example demonstrates loading an SPDX tag-value file from disk into memory,
// generating a basic report listing counts of the concluded licenses for its
// files, and printing the report to standard output.
-// Run project: go run example_report.go ../sample-docs/example1/spdx/SPDXTagExample-v2.2.spdx
+// Run project: go run example_report.go ../sample-docs/tv/hello.spdx
package main
import (