Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kamerk22 committed Mar 21, 2019
1 parent 8b531bd commit 70c6e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instructions.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 70c6e8c

Please sign in to comment.