Fix annotation. (#289)

This commit is contained in:
JieJhih 2017-09-30 08:06:12 -07:00 committed by Bo-Yi Wu
parent f960f942f2
commit df987d5e53
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ func main() {
return return
} }
// send android notification // send ios notification
if opts.Ios.Enabled { if opts.Ios.Enabled {
if opts.Ios.Production { if opts.Ios.Production {
gorush.PushConf.Ios.Production = opts.Ios.Production gorush.PushConf.Ios.Production = opts.Ios.Production