1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-07 16:06:14 +00:00

fix linting error introduced by #256

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels 2019-10-14 11:34:47 +02:00
parent 37f3ee0720
commit cd74f245f1

View File

@ -6,7 +6,7 @@ set -eu
function urldecode { : "${*//+/ }"; echo -e "${_//%/\\x}"; }
function version_from_filename {
echo $(basename "$1") | awk -F"-" '{print $2}'
basename "$1" | awk -F"-" '{print $2}'
}
function h5ai_query {