Skip to content

Commit 66ec754

Browse files
authored
Merge pull request #2108 from craigcomstock/ent-13732-fix
Fixed setup-cfengine-build-host script to not quote _VERSION variable as an argument that is more than one token
2 parents 153d769 + cfac916 commit 66ec754

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/setup-cfengine-build-host.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ if ! /var/cfengine/bin/cf-agent -V; then
193193
else
194194
_VERSION=""
195195
fi
196-
cf-remote --log-level info "$_VERSION" install --clients localhost || true
196+
cf-remote --log-level info $_VERSION install --clients localhost || true
197197
fi
198198

199199
if [ ! -x /var/cfengine/bin/cf-agent ]; then

0 commit comments

Comments
 (0)