aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-15 15:22:06 -0300
committerEuAndreh <eu@euandre.org>2023-03-15 15:22:06 -0300
commit9e125932fca9b8c49117ecbc97b30f2c8212b189 (patch)
treec47a68aea3ba135bcdff279133b677a09f70477a
parentMakefile: Add "check-aliases" target (diff)
downloaddotfiles-9e125932fca9b8c49117ecbc97b30f2c8212b189.tar.gz
dotfiles-9e125932fca9b8c49117ecbc97b30f2c8212b189.tar.xz
Makefile: Add $(hostname) of sender in "check-aliases"
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 80f3722..f3c84f6 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \