From c429ae2f0790c3486e7e420f4f2883c6a530ccf0 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 6 May 2021 00:34:05 -0400 Subject: No sep ending (#2) * Be extra sure not to inject a separator at the end of the output string --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 38ebcbb..3ee681a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ # cleanpath +[![CMake](https://github.com/jhunkeler/cleanpath/actions/workflows/cmake.yml/badge.svg)](https://github.com/jhunkeler/cleanpath/actions/workflows/cmake.yml) + `cleanpath` is a utility that filters unwanted elements from an environment variable. + # Installation ```shell -- cgit