Skip to content

Commit bbcf872

Browse files
chore(php): variable name correction
1 parent 6667702 commit bbcf872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/newrelic/apm/php/debian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ install:
513513
sed -i "s/newrelic.appname = \"[^\"]*\"/newrelic.appname = \"${APPLICATION_NAME}\"/" $ini_full_name
514514
515515
LICENSE_KEY="{{.NEW_RELIC_LICENSE_KEY}}"
516-
sed -i -E "s/newrelic.license = \"(REPLACE_WITH_REAL_KEY|)\"/newrelic.license = \"${NEW_RELIC_LICENSE_KEY}\"/" $ini_full_name
516+
sed -i -E "s/newrelic.license = \"(REPLACE_WITH_REAL_KEY|)\"/newrelic.license = \"${LICENSE_KEY}\"/" $ini_full_name
517517
518518
if [ "{{.NEW_RELIC_REGION}}" = "STAGING" ]; then
519519
sed -i 's/;newrelic.daemon.collector_host = ""/newrelic.daemon.collector_host = "staging-collector.newrelic.com"/' $ini_full_name

0 commit comments

Comments
 (0)