summaryrefslogtreecommitdiff
path: root/dyndns.mk
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-07-01 18:22:53 +0100
committerJoe Carstairs <me@joeac.net>2026-07-01 18:22:53 +0100
commitf8401d00a43f16b83009241aa7f34041d73a25b3 (patch)
tree6a08cf021bb1d9464240cc2583053563afee0f6c /dyndns.mk
parentb79037c055020767217a426177e05bc414b685ad (diff)
fixes indent in dyndns.mk
Diffstat (limited to 'dyndns.mk')
-rw-r--r--dyndns.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/dyndns.mk b/dyndns.mk
index 660bc20..4598c85 100644
--- a/dyndns.mk
+++ b/dyndns.mk
@@ -11,9 +11,9 @@ endef
define uninstall_dyndns_module_rule =
.PHONY: uninstall_dyndns_module_$(module)
uninstall_dyndns_module_$(module):
- $(if $(SUBDOMAIN_$(module)), \
- sudo rm -f /etc/periodic/daily/dyndns-$(SUBDOMAIN_$(module)).joeac.net
- )
+ $(if $(SUBDOMAIN_$(module)), \
+ sudo rm -f /etc/periodic/daily/dyndns-$(SUBDOMAIN_$(module)).joeac.net
+ )
endef
$(foreach module,$(ALL_MODULES), $(eval $(install_dyndns_module_rule)))