From 223be698e1cdfe2cd13e5a5e80e1a60f7f9b7fef Mon Sep 17 00:00:00 2001 From: IrosTheBeggar Date: Fri, 11 Aug 2017 12:23:46 -0400 Subject: [PATCH] Fixed secret cli bug --- docs/API/db_metadata.md | 2 +- modules/configure-commander.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/API/db_metadata.md b/docs/API/db_metadata.md index 633ed86..b38c46f 100644 --- a/docs/API/db_metadata.md +++ b/docs/API/db_metadata.md @@ -38,7 +38,7 @@ "track": 1, "title": "Song Title", "year": 1990, - "album-art": "hash.jpg" + "album-art": "hash.jpg", "hash": "sha256 hash" } } diff --git a/modules/configure-commander.js b/modules/configure-commander.js index b07c617..1361a02 100644 --- a/modules/configure-commander.js +++ b/modules/configure-commander.js @@ -40,7 +40,7 @@ exports.setup = function(args){ } if(program.secret){ - program3.secret = program.sectet; + program3.secret = program.secret; } if(program.salt){ program3.salt = program.salt;