Skip to content

Commit

Permalink
Fixing command mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
gevorg committed Jun 4, 2015
1 parent fe6b8d0 commit 0c156f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "htdigest",
"description": "Node.js package for HTTP Digest Authentication password file utility.",
"version": "2.0.7",
"version": "2.0.8",
"author": "Gevorg Harutyunyan (http://github.com/gevorg)",
"maintainers": [
{
Expand Down
7 changes: 3 additions & 4 deletions src/htdigest.coffee
Expand Up @@ -2,7 +2,6 @@
program = require './program'
processor = require './processor'

if (require.main == module )
# Parses and processes command line arguments.
program.parse process.argv
processor.process program
# Parses and processes command line arguments.
program.parse process.argv
processor.process program

0 comments on commit 0c156f3

Please sign in to comment.