From 70c6e8c5338896be2f8e8407f2f0b9b4c0db9e42 Mon Sep 17 00:00:00 2001 From: kamerk22 Date: Thu, 21 Mar 2019 08:06:02 +0530 Subject: [PATCH] typo --- instructions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instructions.js b/instructions.js index 388d06c..f23e816 100644 --- a/instructions.js +++ b/instructions.js @@ -4,7 +4,7 @@ const path = require('path') module.exports = async cli => { try { - const fromPath = path.join(__dirname, 'config/indes.js') + const fromPath = path.join(__dirname, 'config/index.js') const toPath = path.join(cli.helpers.configPath(), 'urlSigner.js') await cli.copy(fromPath, toPath) cli.command.completed('create', 'config/urlSigner.js')