diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-01-17 08:37:24 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-01-17 08:37:24 +0900 |
| commit | 9abb108b5e6632302aa6844cb8d28c4a090ab1cc (patch) | |
| tree | 7e685abc1637595779fd8c80cf82b4b2bd22cc55 /tools | |
| parent | [WIP] test (diff) | |
| download | sharkey-9abb108b5e6632302aa6844cb8d28c4a090ab1cc.tar.gz sharkey-9abb108b5e6632302aa6844cb8d28c4a090ab1cc.tar.bz2 sharkey-9abb108b5e6632302aa6844cb8d28c4a090ab1cc.zip | |
[BREAKING CHANGE] テスト時の設定ファイルを分けるように
See CHANGELOG for more details
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/init.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/init.js b/tools/init.js index 1c012ea0d9..d981b87d3b 100644 --- a/tools/init.js +++ b/tools/init.js @@ -3,7 +3,7 @@ const yaml = require('js-yaml'); const inquirer = require('inquirer'); const configDirPath = `${__dirname}/../.config`; -const configPath = `${configDirPath}/config.yml`; +const configPath = `${configDirPath}/default.yml`; const form = [ { |