Skip to content

Commit

Permalink
added log msg for /etc/hosts writing
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Oct 30, 2020
1 parent f5b46c0 commit e194414
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ var deployCmd = &cobra.Command{
if len(containers) == 0 {
return fmt.Errorf("no containers found")
}
log.Info("Writing /etc/hosts file")
err = createHostsFile(containers, c.Conf.DockerInfo.Bridge)
if err != nil {
log.Errorf("failed to create hosts file: %v", err)
Expand Down

0 comments on commit e194414

Please sign in to comment.