Commit 77db0669c6c0382e4b1ae3717c91dfb25eefd209

Authored by Adhidarma Hadiwinoto
1 parent 5d5e1ba072
Exists in master

perbaikan search path

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -7,7 +7,7 @@ const candindates = [
7 7 '/etc/komodo/config.js',
8 8 os.homedir() + '/main/config.json',
9 9 process.cwd() + '/../../main/config.json',
10   - os.homedir() + '/Projects/tektrans/dev/komodo/config.json'
  10 + os.homedir() + '/Projects/tektrans/devs/komodo/config.json'
11 11 ];
12 12  
13 13 let config;