Skip to content

Commit

Permalink
fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
felipejfc committed Aug 7, 2017
1 parent 5632c41 commit d5c656f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/run.mk
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ run:
@go run main.go

gcm:
@go run main.go gcm --senderId=test --apiKey=123 --app=test
@go run main.go gcm --senderId=test --apiKey=123

apns:
@go run main.go apns --certificate=./tls/_fixtures/certificate-valid.pem
Expand Down

0 comments on commit d5c656f

Please sign in to comment.