Skip to content

Commit

Permalink
Final test run for version 1
Browse files Browse the repository at this point in the history
  • Loading branch information
MoeweX committed May 28, 2020
1 parent aef6c8c commit ae1592e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion node-agent/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
}
],
"schemes": [
"https",
"http"
],
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion node-manager/lib/stages/01_infrastructure/01_bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Child extends Phase {
async runPostPlaybookTasks(actionFunction) {
// write hosts file
await fsp.writeFile(this.hostsPath, multiFileFunctions.getHosts(this.infra, machineMeta()))
this.logger.info("Hosts file written to " + hostsPath)
this.logger.info("Hosts file written to " + this.hostsPath)
}

}
Expand Down

0 comments on commit ae1592e

Please sign in to comment.