diff --git a/Makefile b/Makefile index 43ea15f..30abeaa 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ DESTDIR?= PREFIX?=/usr/local EXECUTABLE?=prometheus-fail2ban-exporter -CONTAINER_RUNTIME?=$(shell which docker) +CONTAINER_RUNTIME?=$(shell which podman) # List make commands .PHONY: ls