Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 80e1527

Browse files
author
Nick Litwin
committed
Fix typo
1 parent fe781b8 commit 80e1527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulp-tasks/deploy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = function(gulp, $, config, utilities) {
77

88
gulp.task('deploy', function() {
99
runSequence('build', 'deploy:aws');
10-
}});
10+
});
1111

1212
gulp.task('deploy:aws', function() {
1313
var awsConfig = {

0 commit comments

Comments
 (0)