mirror of
https://github.com/reactos/web-playground-config.git
synced 2024-11-23 03:29:41 +00:00
Fix variable substitution in sed string.
This commit is contained in:
parent
9bd72c7f21
commit
d06f0b6263
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user