Remove trailing slash

This commit is contained in:
2021-12-02 12:36:32 +01:00
parent ebfcc72311
commit 04d54bc2a3

View File

@@ -1,6 +1,6 @@
VERSION=0.1.1-alpha VERSION=0.1.1-alpha
CTN:=$(shell which podman 2>&1 1>/dev/null && echo "podman" || echo "docker") CTN:=$(shell which podman 2>&1 1>/dev/null && echo "podman" || echo "docker")
PREFIX=~/.local/ PREFIX=~/.local
.ONESHELL: .ONESHELL:
help: help: