diff options
author | EuAndreh <eu@euandre.org> | 2023-03-15 15:22:06 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-15 15:22:06 -0300 |
commit | 9e125932fca9b8c49117ecbc97b30f2c8212b189 (patch) | |
tree | c47a68aea3ba135bcdff279133b677a09f70477a | |
parent | Makefile: Add "check-aliases" target (diff) | |
download | dotfiles-9e125932fca9b8c49117ecbc97b30f2c8212b189.tar.gz dotfiles-9e125932fca9b8c49117ecbc97b30f2c8212b189.tar.xz |
Makefile: Add $(hostname) of sender in "check-aliases"
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -152,7 +152,7 @@ check-pod: check-aliases: for alias in abuse admin hostmaster postmaster; do \ - uuid | email -s "\"$$alias\" alias test" "$$alias@euandre.org"; \ + uuid | email -s "\"$$alias\" alias test from $$(hostname)" "$$alias@euandre.org"; \ done check: check-shellcheck check-perlcritic check-nixfmt check-fixme \ |