From 03167048f1541378b49f9afbc1c4a6c82eafc159 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Wed, 16 Jul 2014 17:13:02 +0200 Subject: [PATCH] fixed a typo --- lib/email/template.jade | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/email/template.jade b/lib/email/template.jade index 624bee0..d120186 100644 --- a/lib/email/template.jade +++ b/lib/email/template.jade @@ -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 diff --git a/package.json b/package.json index 040cb4f..f923b06 100644 --- a/package.json +++ b/package.json @@ -35,5 +35,5 @@ "start": "node app.js" }, "subdomain": "binb", - "version": "0.5.1-6" + "version": "0.5.2" } -- 2.54.0