diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-07-06 23:43:19 +0200 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-07-06 23:43:19 +0200 |
commit | 45ea3e7b9ffc1486ec89fcf7d702e59b15d414a6 (patch) | |
tree | 707bd583584d4fdc81eae6cd39d430725c98c477 | |
parent | 6a7c0d067f9be08ea64d456d570bde02bd6d6c1c (diff) | |
download | monitoring-plugins-45ea3e7b9ffc1486ec89fcf7d702e59b15d414a6.tar.gz |
Fix merge error
-rw-r--r-- | plugins/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 0d043b41..69eab127 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
@@ -81,7 +81,7 @@ EXTRA_DIST = t \ | |||
81 | check_ntp_time.d \ | 81 | check_ntp_time.d \ |
82 | check_dig.d \ | 82 | check_dig.d \ |
83 | check_cluster.d \ | 83 | check_cluster.d \ |
84 | check_curl.d | 84 | check_curl.d \ |
85 | check_cluster.d \ | 85 | check_cluster.d \ |
86 | check_ups.d \ | 86 | check_ups.d \ |
87 | check_fping.d | 87 | check_fping.d |