]> git.example.dev Git - binbsis50.git/commitdiff
fixed a typo
authorLuigi Pinca <luigipinca@gmail.com>
Wed, 16 Jul 2014 15:13:02 +0000 (17:13 +0200)
committerLuigi Pinca <luigipinca@gmail.com>
Wed, 16 Jul 2014 15:13:02 +0000 (17:13 +0200)
lib/email/template.jade
package.json

index 624bee03ec7a1ccd063074a1ef6c808037ed3014..d120186bf29270d463379b50d9190eb946437370 100644 (file)
@@ -12,7 +12,7 @@ html
           | click the link below:
         a(style="color:#0088CC;text-decoration:none;",
           href="http://binb.nodejitsu.com/resetpasswd?token=#{token}")
-          | http://bind.nodejitsu.com/resetpasswd?token=#{token}
+          | http://binb.nodejitsu.com/resetpasswd?token=#{token}
         p If you can't click it, please copy and paste the URL in a new tab/window.
         p If you haven't requested a password reset, you can disregard this message, 
           | because it's  likely that another user entered your email address 
index 040cb4f2d520ecba7e591c580f6b27652ec0c261..f923b068348dc1a36ae6b058e5279c12df2f453c 100644 (file)
@@ -35,5 +35,5 @@
     "start": "node app.js"
   },
   "subdomain": "binb",
-  "version": "0.5.1-6"
+  "version": "0.5.2"
 }