TUN-3945: Fix runApp signature for generic service
This commit is contained in:
parent
5d76e940c7
commit
117766562b
|
@ -8,6 +8,6 @@ import (
|
||||||
cli "github.com/urfave/cli/v2"
|
cli "github.com/urfave/cli/v2"
|
||||||
)
|
)
|
||||||
|
|
||||||
func runApp(app *cli.App, shutdownC, graceShutdownC chan struct{}) {
|
func runApp(app *cli.App, graceShutdownC chan struct{}) {
|
||||||
app.Run(os.Args)
|
app.Run(os.Args)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue