mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-19 03:56:16 +00:00
fix: use single quotes for WEBI_VERSION
This commit is contained in:
+1
-1
@@ -108,7 +108,7 @@ Releases.renderBash = async function (
|
||||
)
|
||||
.replace(
|
||||
/^\s*#?WEBI_VERSION=.*/m,
|
||||
'WEBI_VERSION=' + JSON.stringify(rel.version),
|
||||
"WEBI_VERSION='" + rel.version + "'",
|
||||
)
|
||||
.replace(/^\s*#?WEBI_MAJOR=.*/m, 'WEBI_MAJOR=' + v.major)
|
||||
.replace(/^\s*#?WEBI_MINOR=.*/m, 'WEBI_MINOR=' + v.minor)
|
||||
|
||||
Reference in New Issue
Block a user