Skip to content

Commit 8a39e50

Browse files
committed
Fix typo
1 parent e6d954d commit 8a39e50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/run.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ func run(simulators []simulatorInfo, extIP net.IP) error {
246246
}
247247
printMsg(s.name, "Finished")
248248
}
249-
printGoodbay()
249+
printGoodbye()
250250
return nil
251251
}
252252

@@ -270,6 +270,6 @@ The current time is %s
270270
`, Version, ip, time.Now().Format("02-Jan-06 15:04:05"))
271271
}
272272

273-
func printGoodbay() {
273+
func printGoodbye() {
274274
fmt.Printf("\nAll done! Check your SIEM for alerts using the timestamps and details above.\n")
275275
}

0 commit comments

Comments
 (0)