forked from Katenary/katenary
Remove trailing slash
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user