Skip to content

Commit

Permalink
chore(ghPagesDeploy): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Sep 11, 2023
1 parent fc91c60 commit f0dd48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ghPagesDeploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function main() {
const versions = generateVersions();
fs.writeFileSync('versions.json', JSON.stringify(versions));

console.log('\nCommiting Changes\n');
console.log('\nCommitting Changes\n');

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

0 comments on commit f0dd48f

Please sign in to comment.