Skip to content

Commit

Permalink
fix -a not load recon bug
Browse files Browse the repository at this point in the history
  • Loading branch information
M09Ic committed Aug 25, 2024
1 parent 106f007 commit da71cbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions internal/option.go
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,7 @@ func (opt *Option) BuildPlugin(r *Runner) error {
opt.BakPlugin = true
opt.CommonPlugin = true
opt.ActivePlugin = true
opt.ReconPlugin = true
}

if opt.ReconPlugin {
Expand Down
2 changes: 1 addition & 1 deletion templates

0 comments on commit da71cbc

Please sign in to comment.