Skip to content

Commit f0dd48f

Browse files
committed
chore(ghPagesDeploy): fix typo
1 parent fc91c60 commit f0dd48f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ghPagesDeploy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ function main() {
100100
const versions = generateVersions();
101101
fs.writeFileSync('versions.json', JSON.stringify(versions));
102102

103-
console.log('\nCommiting Changes\n');
103+
console.log('\nCommitting Changes\n');
104104

105105
// add stage all changes
106106
execSync('git add -A', { stdio: 'inherit' });

0 commit comments

Comments
 (0)