mirror of
https://github.com/axllent/mailpit.git
synced 2025-08-13 20:04:49 +02:00
Format code
This commit is contained in:
2
main.go
2
main.go
@@ -17,7 +17,7 @@ func main() {
|
||||
|
||||
// running directly
|
||||
if normalize(filepath.Base(exec)) == normalize(filepath.Base(os.Args[0])) ||
|
||||
! strings.Contains(filepath.Base(os.Args[0]), "sendmail") {
|
||||
!strings.Contains(filepath.Base(os.Args[0]), "sendmail") {
|
||||
cmd.Execute()
|
||||
} else {
|
||||
// symlinked as "*sendmail*"
|
||||
|
Reference in New Issue
Block a user