Skip to content

Commit

Permalink
Fix a spelling error in a .js file.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtho11 committed Feb 12, 2015
1 parent 5d7b23f commit 600fb59
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion gulp/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gulp.task('scripts', function () {
console.error(err.toString());
this.emit('end');
})
.pipe($.concat('hawkular-uit-service.js'))
.pipe($.concat('hawkular-ui-service.js'))
.pipe(gulp.dest(paths.dist + '/'));
});

Expand Down

0 comments on commit 600fb59

Please sign in to comment.