Skip to content

Commit

Permalink
correct verbiage
Browse files Browse the repository at this point in the history
  • Loading branch information
jnovack committed Jul 25, 2018
1 parent 6f4f7a7 commit 5e88b97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ module.exports = {
return {
success: false,
details: {
reason: File + ' not permitted.',
reason: 'Extraction of ' + File + ' not permitted.',
args: [
{
name: 'Archive',
Expand Down
4 changes: 2 additions & 2 deletions test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const valid = {
fileNotFound: {
"success": false,
"details": {
"reason": "replay.fileNotFound not permitted.",
"reason": "Extraction of replay.fileNotFound not permitted.",
"args": [
{
"name": "Archive",
Expand All @@ -115,7 +115,7 @@ const valid = {
fileNotValid: {
success: false,
details: {
reason: 'Extraction of file failed.',
reason: 'Extraction of replay.details failed.',
args: [
{
name: 'Archive',
Expand Down

0 comments on commit 5e88b97

Please sign in to comment.