Skip to content

Commit 5ffa528

Browse files
committed
chore: Correcting the debian flow of super agent
1 parent 694526b commit 5ffa528

File tree

1 file changed

+1
-1
lines changed
  • recipes/newrelic/infrastructure/super-agent

1 file changed

+1
-1
lines changed

recipes/newrelic/infrastructure/super-agent/debian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ install:
217217
setup_infra_proxy:
218218
cmds:
219219
- |
220-
if [ "{{.NR_CLI_INFRA_AGENT}}" != "false"] && [ ! -z "$HTTPS_PROXY" ]; then
220+
if [ "{{.NR_CLI_INFRA_AGENT}}" != "false" ] && [ ! -z "$HTTPS_PROXY" ]; then
221221
sed -i "/^proxy/d" /etc/newrelic-infra.yml
222222
echo 'proxy: {{.HTTPS_PROXY}}' >> /etc/newrelic-infra.yml
223223
fi

0 commit comments

Comments
 (0)