Fixed secret cli bug

This commit is contained in:
IrosTheBeggar 2017-08-11 12:23:46 -04:00
parent 75aefb7e27
commit 223be698e1
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@
"track": 1,
"title": "Song Title",
"year": 1990,
"album-art": "hash.jpg"
"album-art": "hash.jpg",
"hash": "sha256 hash"
}
}

View File

@ -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;