Skip to content

Commit

Permalink
Merge pull request #186 from creadicted/patch-2
Browse files Browse the repository at this point in the history
Resolved Translation issue
  • Loading branch information
maximegris authored May 25, 2018
2 parents cb33a80 + 35354b1 commit edd0fda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hooks/environments/set_profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ var path = require('path');
// use:
var profile = process.env.ENV ? process.env.ENV : 'local';

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

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

replace({
regex: "'PROFILE'",
Expand Down

0 comments on commit edd0fda

Please sign in to comment.