File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ https://github.com/gpii/universal/LICENSE.txt
1111*/
1212
1313var fluid = require ( "universal" ) ,
14- gpii = fluid . registerNamespace ( "gpii " ) ;
14+ kettle = fluid . registerNamespace ( "kettle " ) ;
1515
1616// TODO: it would be nice to not have to hardcode this path. A different module layout
1717// for the platform packages, perhaps?
1818fluid . require ( "./gpii/node_modules/registrySettingsHandler" , require ) ;
1919fluid . require ( "./gpii/node_modules/registryResolver" , require ) ;
2020fluid . require ( "./gpii/node_modules/spiSettingsHandler" , require ) ;
2121
22- gpii . config . makeConfigLoader ( {
23- nodeEnv : gpii . config . getNodeEnv ( "fm.ps.sr.dr.mm.os.development" ) ,
24- configPath : gpii . config . getConfigPath ( ) || "../node_modules/universal/gpii/configs"
22+ kettle . config . makeConfigLoader ( {
23+ nodeEnv : kettle . config . getNodeEnv ( "fm.ps.sr.dr.mm.os.development" ) ,
24+ configPath : kettle . config . getConfigPath ( ) || "../node_modules/universal/gpii/configs"
2525} ) ;
You can’t perform that action at this time.
0 commit comments