mirror of
https://github.com/bettercap/bettercap
synced 2025-07-10 23:33:28 -07:00
fixed typo
This commit is contained in:
parent
5fb9fbc881
commit
7112673e7f
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -78,7 +78,7 @@ func main() {
|
||||||
// Then run the caplet if specified.
|
// Then run the caplet if specified.
|
||||||
if *sess.Options.Caplet != "" {
|
if *sess.Options.Caplet != "" {
|
||||||
if err = sess.RunCaplet(*sess.Options.Caplet); err != nil {
|
if err = sess.RunCaplet(*sess.Options.Caplet); err != nil {
|
||||||
log.Error("Error while runnig caplet %s: %s", core.Bold(*sess.Options.Caplet), core.Red(err.Error()))
|
log.Error("Error while running caplet %s: %s", core.Bold(*sess.Options.Caplet), core.Red(err.Error()))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue