Skip to content

Commit e3db632

Browse files
author
Bernabe
committed
fix containers folder typo
1 parent 1802a29 commit e3db632

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/container/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ module.exports = {
5252
let relativePath;
5353

5454
if (data.relativePath) {
55-
relativePath = 'src/container/' + data.relativePath + '/{{properCase name}}.js'
55+
relativePath = 'src/containers/' + data.relativePath + '/{{properCase name}}.js'
5656
} else {
57-
relativePath = 'src/container/{{properCase name}}.js'
57+
relativePath = 'src/containers/{{properCase name}}.js'
5858
}
5959

6060
const actions = [{

0 commit comments

Comments
 (0)