Skip to content

Commit

Permalink
vinegar.go: switch from util to extra
Browse files Browse the repository at this point in the history
  • Loading branch information
lunarlattice0 committed Oct 17, 2023
1 parent 782f767 commit 6141752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/vinegar/vinegar.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func main() {
log.Fatal(err)
}
case "reportinfo":
report, err := util.GenerateInfo(cfg)
report, err := extra.GenerateInfo(cfg)
if err != nil {
log.Fatal(err)
}
Expand Down

0 comments on commit 6141752

Please sign in to comment.