Skip to content

Commit

Permalink
[FABN-829] Multi version docs fix
Browse files Browse the repository at this point in the history
Change-Id: I9effc6043a1503f045377cce76487b2db4e11fe3
Signed-off-by: Liam Grace <[email protected]>
  • Loading branch information
liam-grace committed Oct 30, 2018
1 parent 0ef68a5 commit 4197aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/tasks/doc.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ gulp.task('docs-dev', ['docs'], () => {
});


gulp.task('docs', ['jsdocs'], () => {
gulp.task('doc', ['jsdocs'], () => {
const relativePath = '..';
const packageJson = require(path.join(__dirname, '../..', 'package.json'));

Expand Down

0 comments on commit 4197aed

Please sign in to comment.