Skip to content

Commit d57d0ff

Browse files
authored
Merge pull request #615 from formio/johnformio-patch-3
Update sync-monorepo.mjs
2 parents adcc89b + 28b9afa commit d57d0ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
import { syncfromGithubAction } from 'monorepo-sync';
1+
import { syncFromGithubAction } from 'monorepo-sync';
22

3-
syncfromGithubAction()
3+
syncFromGithubAction()
44
.then(() => {
55
console.log('Sync completed successfully');
66
process.exit(0);
77
})
88
.catch((error) => {
99
console.error('Error during sync:', error);
1010
process.exit(1);
11-
});
11+
});

0 commit comments

Comments
 (0)