Skip to content

Commit 2924983

Browse files
committed
Quote all subshell command in lambda_loader.sh
1 parent 08a9019 commit 2924983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda_loader.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ eval "$(jq -er '@sh "VERSION=\(.version)
55
ENABLED_FUNCTION=\(.enabled_function)
66
CONFIG_FILE=\(.config_file)"')"
77

8-
SYSTEM=$(uname | awk '{print tolower($0)}')
8+
SYSTEM="$(uname | awk '{print tolower($0)}')"
99
FUNCTION_BEAT_URL=https://artifacts.elastic.co/downloads/beats/functionbeat/functionbeat-"${VERSION}"-"${SYSTEM}"-x86_64.tar.gz
1010

1111
DESTINATION=functionbeat-"${VERSION}"-"${SYSTEM}"-x86_64

0 commit comments

Comments
 (0)