Skip to content

Commit

Permalink
prepare-release changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernBerkefeld committed Jan 23, 2025
1 parent 6d4ad73 commit 5e9f1c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prepare-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ exec('git status --porcelain', (err, stdout, stderr) => {
console.error(`Error executing git commit: ${stderr}`);
return;
} else {
console.log('Changes committed successfully.');
console.log('Changes committed successfully.');
}
});
});
} else {
console.log('No untracked files to commit.');
console.log('No untracked files to commit.');
}
});
/* eslint-enable no-console */

0 comments on commit 5e9f1c5

Please sign in to comment.