Modified regex expression

This commit is contained in:
Jason Casareno
2022-08-01 14:48:58 -07:00
parent e3482f66cc
commit 7a9bcd0a5c

View File

@@ -16,7 +16,7 @@ export type Variables = {
const REGEX_ENV_VAR = /<<([^>]*)>>/g // "<<myVariable>>"
const REGEX_PATH_VAR = /{{([^>]*)}}/g // "{{myVariable}}"
const REGEX_PATH_VAR = /{{([^}]*)}}/g // "{{myVariable}}"
/**
* How much times can we expand environment variables