Skip to content

Commit

Permalink
fix(gen): task typo
Browse files Browse the repository at this point in the history
  • Loading branch information
balthazar committed Feb 28, 2015
1 parent 906c324 commit 75128a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ gulp.task('control', function () {
/**
* Protractor
*/
gulp.taks('e2e:update', $.protractor.webdriver_update);
gulp.task('e2e:update', $.protractor.webdriver_update);

gulp.task('e2e:run', ['serve'], function () {
return gulp.src('client/views/**/*.e2e.js')
Expand Down

0 comments on commit 75128a6

Please sign in to comment.