Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
jdknives committed Oct 23, 2020
1 parent 9155d03 commit 6b1c381
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/prepconf/prepare.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,9 @@ func generateVisorConfig(_ Config, bp boot.Params) (interface{}, error) {
out.ShutdownTimeout = visorconfig.DefaultTimeout
out.RestartCheckDelay = restart.DefaultCheckDelay.String()
out.Launcher = &visorconfig.V1Launcher{
Discovery: &visorconfig.V1AppDisc{ServiceDisc: skyenv.DefaultServiceDiscAddr, UpdateInterval: visorconfig.Duration(skyenv.AppDiscUpdateInterval)},
Discovery: &visorconfig.V1AppDisc{
ServiceDisc: skyenv.DefaultServiceDiscAddr,
UpdateInterval: visorconfig.Duration(skyenv.AppDiscUpdateInterval)},
Apps: []launcher.AppConfig{
{
Name: skyenv.SkychatName,
Expand Down

0 comments on commit 6b1c381

Please sign in to comment.