diff --git a/app/data/config/watcher-azimuth/merge-toml.js b/app/data/config/watcher-azimuth/merge-toml.js index 11b91b10..9224baec 100644 --- a/app/data/config/watcher-azimuth/merge-toml.js +++ b/app/data/config/watcher-azimuth/merge-toml.js @@ -25,8 +25,6 @@ const main = () => { updatedConfig.jobQueue.dbConnectionString = parts.join("://"); - updatedConfig.jobQueue.dbConnectionString = parts.join("://"); - fs.writeFileSync('environments/local.toml', tomlJS.dump(updatedConfig), 'utf-8'); } diff --git a/app/data/stacks/azimuth/README.md b/app/data/stacks/azimuth/README.md index baa5f116..d3e377da 100644 --- a/app/data/stacks/azimuth/README.md +++ b/app/data/stacks/azimuth/README.md @@ -20,7 +20,7 @@ Checkout to the required versions and branches in repos ```bash # azimuth-watcher-ts cd ~/cerc/azimuth-watcher-ts -# git checkout v0.1.0 +git checkout v0.1.0 ``` Build the container images: