examples/calculator: fix Android version to use nit_activity only
[nit.git] / contrib / github_merge.nit
index 8a2c545..311b1b7 100644 (file)
@@ -86,9 +86,8 @@ if "NIT_TESTING".environ == "true" then exit 0
 var auth = get_github_oauth
 
 if auth == "" then
-       print "Not github token, please configure one with"
+       print "Warning: no github oauth token, you can configure one with"
        print "    git config --add github.oauthtoken MYOAUTHTOKEN"
-       return
 end
 
 var curl = new GithubCurl(auth, "Merge-o-matic (privat/nit)")