Skip to content

Commit 5590d1b

Browse files
authored
Merge pull request #145 from OliverLonghi/patch-1
Fix to change environment
2 parents 4c51e19 + 448d68b commit 5590d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/environments/set_profile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ var path = require('path');
77
var profile = process.env.ENV ? process.env.ENV : 'local';
88

99
console.log('Déplacement du template de fichier de détection de configuration ...');
10-
fs.copySync(path.resolve(__dirname,'./app.config.ts.tpl'), path.resolve(__dirname,'../src/app/app.config.ts'));
10+
fs.copySync(path.resolve(__dirname,'./app.config.ts.tpl'), path.resolve(__dirname,'../../src/app/app.config.ts'));
1111

1212
console.log('Application du profil : ' + profile);
1313

0 commit comments

Comments
 (0)