aboutsummaryrefslogtreecommitdiffhomepage
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index b4bfff97..c1aee941 100644
--- a/main.go
+++ b/main.go
@@ -319,7 +319,7 @@ func main() {
}
func runApp(config *fst.Config) {
- rs := new(app.RunState)
+ rs := new(fst.RunState)
ctx, stop := signal.NotifyContext(context.Background(),
syscall.SIGINT, syscall.SIGTERM)
defer stop() // unreachable