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

Commit 5ef3b1f

Browse files
committed
Fixed README
1 parent 51a83d6 commit 5ef3b1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ gulp.task("test:visual:update", function() {
4141
gridScreenshotsDir: './tests/visual/grid-screenshots',
4242
rootUrl: 'http://mycompany.com/styleguide',
4343
sections: options.section
44-
}));
44+
}))
45+
.pipe(gulp.dest('./tests/visual/config'));
4546
});
4647
```
4748

0 commit comments

Comments
 (0)