@lead-routing/cli 0.8.7 → 0.8.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1710,7 +1710,7 @@ Click "Connect HubSpot" to authorize the integration.`,
|
|
|
1710
1710
|
const composePath = join5(dir, "docker-compose.yml");
|
|
1711
1711
|
const composeContent = readFileSync4(composePath, "utf-8");
|
|
1712
1712
|
const updated = composeContent.replace(
|
|
1713
|
-
/API_TOKEN
|
|
1713
|
+
/API_TOKEN:[^\n]*/,
|
|
1714
1714
|
`API_TOKEN: ${apiToken}`
|
|
1715
1715
|
);
|
|
1716
1716
|
writeFileSync4(composePath, updated, "utf-8");
|