From df987d5e53ac823473244917b176b8c02692cdc4 Mon Sep 17 00:00:00 2001 From: JieJhih Date: Sat, 30 Sep 2017 08:06:12 -0700 Subject: [PATCH] Fix annotation. (#289) --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index d9fd52f..82ac357 100644 --- a/main.go +++ b/main.go @@ -161,7 +161,7 @@ func main() { return } - // send android notification + // send ios notification if opts.Ios.Enabled { if opts.Ios.Production { gorush.PushConf.Ios.Production = opts.Ios.Production