Skip to content

Commit b0447ce

Browse files
committed
fix(bug): Fixes #45
1 parent 45bd878 commit b0447ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,10 @@ func (opts *Options) fillDefaults() error {
115115
}
116116

117117
opts.Port = port
118+
}
118119

119-
if opts.StartupTimeout == 0 {
120-
opts.StartupTimeout = 10 * time.Second
121-
}
120+
if opts.StartupTimeout == 0 {
121+
opts.StartupTimeout = 10 * time.Second
122122
}
123123

124124
return nil

oryxBuildBinary

338 KB
Binary file not shown.

0 commit comments

Comments
 (0)