Skip to content

Commit

Permalink
typo in gulp config
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwoulfe committed Sep 3, 2021
1 parent 4010750 commit 6dfbca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Preflight.Backoffice/gulp/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const paths = {
scss: `${backofficePath}/**/*.scss`,
lang: `./src/Preflight/Lang/*.xml`,
manifest: './src/Preflight/package.manifest',
dest: './App_Plugins/Prefligh/',
dest: './App_Plugins/Preflight/',
site: '../../Preflight.Site.V8/App_Plugins/Preflight/',
siteNetCore: '../../Preflight.Site.V9/App_Plugins/Preflight/',
};
Expand Down

0 comments on commit 6dfbca1

Please sign in to comment.