Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan committed Jun 23, 2018
1 parent 6201b9b commit ce11c70
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion bin/http-server
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ if (argv.h || argv.help) {
'usage: http-server [path] [options]',
'',
'options:',
' -b Base path [/]',
' -p Port to use [8080]',
' -a Address to use [0.0.0.0]',
' -d Show directory listings [true]',
Expand Down
1 change: 0 additions & 1 deletion lib/http-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ function HttpServer(options) {
before.push(ecstatic({
baseDir: this.baseDir,
root: this.root,
baseDir: options.baseDir,
cache: this.cache,
showDir: this.showDir,
showDotfiles: this.showDotfiles,
Expand Down

0 comments on commit ce11c70

Please sign in to comment.