mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 09:12:51 +01:00
Fixed bug when config:hosts shows more than one table of hosts #1403
This commit is contained in:
parent
5a8246aed2
commit
84738138b6
@ -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)
|
||||
|
||||
|
@ -28,4 +28,4 @@ task('config:hosts', function () {
|
||||
->setHeaders(['Host', 'Hostname', 'Stage', 'Roles', 'Deploy path'])
|
||||
->setRows($hosts);
|
||||
$table->render();
|
||||
});
|
||||
})->once();
|
||||
|
Loading…
x
Reference in New Issue
Block a user