Skip to content

Commit 755f7c9

Browse files
committed
2 parents c1a1a49 + 519fbb3 commit 755f7c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,4 +1001,4 @@ gulp.task('publish:prod:codelabs', (callback) => {
10011001
gulp.task('publish:prod:views', (callback) => {
10021002
const opts = { exclude: CODELABS_NAMESPACE, dry: DRY_RUN, deleteMissing: DELETE_MISSING };
10031003
gcs.rsync(STAGING_BUCKET, PROD_BUCKET, opts, callback);
1004-
});
1004+
});

0 commit comments

Comments
 (0)