Commit 0abb041eb5fe0fdca46d69ac8528b327c0cebb77

Authored by Adhidarma Hadiwinoto
1 parent eac0cf907f
Exists in master

Refactor KOMODO_CONFIG_FILENAME to KOMODO_SDK_CONFIG_FILENAME

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

... ... @@ -12,7 +12,7 @@ if (!fs.existsSync(configFile)) {
12 12 }
13 13 }
14 14  
15   -global.KOMODO_CONFIG_FILENAME = configFile;
  15 +global.KOMODO_SDK_CONFIG_FILENAME = configFile;
16 16  
17 17 const config = require(configFile);
18 18 configFiller.go();