Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Fix WF Console Path in gulp file
Browse files Browse the repository at this point in the history
  • Loading branch information
ammendonca committed Mar 21, 2016
1 parent 396c811 commit d04f175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console/src/main/scripts/gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ let inProgress = false;

const POM_MAIN_PATH = '../../../pom.xml';
const DIST_TARGET_PATH = '../../../dist/target/';
const WF_CONSOLE_PATH = 'modules/org/hawkular/nest/main/deployments/hawkular-console.war/dist/';
const WF_CONSOLE_PATH = 'modules/system/layers/hawkular/org/hawkular/nest/main/deployments/hawkular-console.war/dist/';

const plugins = gulpLoadPlugins({
rename: {
Expand Down

0 comments on commit d04f175

Please sign in to comment.