Skip to content

Commit

Permalink
Merge pull request #1405 from coldstriker/bugfix/1403
Browse files Browse the repository at this point in the history
Fixed bug when config:hosts shows more than one table of hosts #1403
  • Loading branch information
antonmedv authored Nov 3, 2017
2 parents 5a8246a + 0ebaccb commit 064a6b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

### Fixed
- Fixed bug when config:hosts shows more than one table of hosts [#1403]

## master
[v6.0.3...master](https://github.com/deployphp/deployer/compare/v6.0.3...master)

Expand Down Expand Up @@ -314,7 +317,7 @@
- Fixed typo3 recipe
- Fixed remove of shared dir on first deploy


[#1403]: https://github.com/deployphp/deployer/pull/1403
[#1390]: https://github.com/deployphp/deployer/pull/1390
[#1365]: https://github.com/deployphp/deployer/pull/1365
[#1364]: https://github.com/deployphp/deployer/pull/1364
Expand Down
2 changes: 1 addition & 1 deletion recipe/config/hosts.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
->setHeaders(['Host', 'Hostname', 'Stage', 'Roles', 'Deploy path'])
->setRows($hosts);
$table->render();
});
})->once();

0 comments on commit 064a6b9

Please sign in to comment.