Skip to content

Commit

Permalink
Oops. Well, use absolute path to specify katamari :-P
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinson committed Jan 26, 2015
1 parent 229bf02 commit f42c42c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/nodejs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ connection strings:
// sqlite: 'qm.db'
},
port: 8177,
static_content: 'katamari.json',
static_content: require('path').resolve('./katamari.json'),
trafficlog_storage: {
// couch: 'http://127.0.0.1:5984/traffic'
// mongo: 'mongodb://localhost:27017/test'
Expand Down
2 changes: 1 addition & 1 deletion src/npm-module
Submodule npm-module updated 1 files
+16 −14 lib/qm/service.js
2 changes: 1 addition & 1 deletion src/ruby-gem
Submodule ruby-gem updated 1 files
+10 −9 lib/qm.rb

0 comments on commit f42c42c

Please sign in to comment.