mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-12 01:06:35 +00:00
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"
|
||||
)
|
||||
|
||||
func runApp(app *cli.App, shutdownC, graceShutdownC chan struct{}) {
|
||||
func runApp(app *cli.App, graceShutdownC chan struct{}) {
|
||||
app.Run(os.Args)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user