Skip to content

Commit

Permalink
Fix can only scan once malice-plugins#2
Browse files Browse the repository at this point in the history
  • Loading branch information
prsyahmi committed Oct 21, 2022
1 parent e66c134 commit 6839585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scan.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func AvScan(timeout int) Zoner {
defer cancel()

// start service
assert(startZavService(ctx))
startZavService(ctx)

results, err := utils.RunCommand(ctx, "zavcli", path)
log.WithFields(log.Fields{
Expand Down

0 comments on commit 6839585

Please sign in to comment.