Skip to content

Commit

Permalink
Fix struct formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nkryuchkov committed Oct 23, 2020
1 parent 6b1c381 commit 8204bbe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/prepconf/prepare.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ func generateVisorConfig(_ Config, bp boot.Params) (interface{}, error) {
out.Launcher = &visorconfig.V1Launcher{
Discovery: &visorconfig.V1AppDisc{
ServiceDisc: skyenv.DefaultServiceDiscAddr,
UpdateInterval: visorconfig.Duration(skyenv.AppDiscUpdateInterval)},
UpdateInterval: visorconfig.Duration(skyenv.AppDiscUpdateInterval),
},
Apps: []launcher.AppConfig{
{
Name: skyenv.SkychatName,
Expand Down

0 comments on commit 8204bbe

Please sign in to comment.