From 197b34fe02c118be026cd787905b46c223044dca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Theilgaard?= Date: Mon, 17 Jan 2022 15:40:03 +0100 Subject: [PATCH] Update buildLabel.sh --- utils/buildLabel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/buildLabel.sh b/utils/buildLabel.sh index b5ca79f..a6de0c1 100755 --- a/utils/buildLabel.sh +++ b/utils/buildLabel.sh @@ -324,7 +324,7 @@ fi identifier=${name:l} # making lower case identifier=${identifier//\%[0-9a-fA-F][0-9a-fA-F]} # removing certain characters -identifier=${identifier//[,._*@$\(\)\-]} # removing more characters from label name +identifier=${identifier//[ ,._*@$\(\)\-]} # removing more characters from label name echo "identifier: $identifier" # github-part to figure out if we can find author and repo, to use our github functions for the label