Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/setup-cfengine-build-host.sh
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ if ! /var/cfengine/bin/cf-agent -V; then
else
_VERSION=""
fi
cf-remote --log-level info "$_VERSION" install --clients localhost || true
cf-remote --log-level info $_VERSION install --clients localhost || true
fi

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