Skip to content

Commit

Permalink
Merge pull request #145 from OliverLonghi/patch-1
Browse files Browse the repository at this point in the history
Fix to change environment
  • Loading branch information
maximegris authored Mar 15, 2018
2 parents 4c51e19 + 448d68b commit 5590d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/environments/set_profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var path = require('path');
var profile = process.env.ENV ? process.env.ENV : 'local';

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

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

Expand Down

0 comments on commit 5590d1b

Please sign in to comment.