Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
axllent committed Nov 22, 2024
1 parent 5666462 commit 0ff73b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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*"
Expand Down

0 comments on commit 0ff73b7

Please sign in to comment.