From 12e33695226e79bb71ecbde9b8cc6622a8977bf4 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Tue, 23 May 2017 11:35:40 -0400 Subject: [PATCH] Tweaked upgrade script instructions --- src/upgrade.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/upgrade.js b/src/upgrade.js index 22c7867eeb..2bba82dd91 100644 --- a/src/upgrade.js +++ b/src/upgrade.js @@ -13,9 +13,8 @@ var file = require('../src/file'); * * 1. Copy TEMPLATE to a file name of your choice. Try to be succinct. * 2. Open up that file and change the user-friendly name (can be longer/more descriptive than the file name) - * and timestamp + * and timestamp (don't forget the timestamp!) * 3. Add your script under the "method" property - * 4. Append your filename to the array below for the next NodeBB version. */ var Upgrade = {};