Fix variable substitution in sed string.

This commit is contained in:
Colin Finck 2019-09-07 16:29:46 +02:00
parent 9bd72c7f21
commit d06f0b6263
No known key found for this signature in database
GPG Key ID: 1BA74E70456BA1A9

View File

@ -15,6 +15,6 @@ branch=$1
subdomain=`get_subdomain ${branch}`
sed -i 's#baseURL = ".*"#baseURL = "https://${subdomain}.web-content.reactos.org"#' config.toml
sed -i "s#baseURL = \".*\"#baseURL = \"https://${subdomain}.web-content.reactos.org\"#" config.toml
hugo