File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47672,7 +47672,7 @@ function G3(t2, e3) {
4767247672// package.json
4767347673var package_default = {
4767447674 name: "opencommit",
47675- version: "3.2.7 ",
47675+ version: "3.2.8 ",
4767647676 description: "Auto-generate impressive commits in 1 second. Killing lame commits with AI \u{1F92F}\u{1F52B}",
4767747677 keywords: [
4767847678 "git",
@@ -66936,7 +66936,7 @@ var gitAdd = async ({ files }) => {
6693666936 const gitAddSpinner = le();
6693766937 gitAddSpinner.start("Adding files to commit");
6693866938 await execa("git", ["add", ...files]);
66939- gitAddSpinner.stop(`Done adding ${files.length} files`);
66939+ gitAddSpinner.stop(`Staged ${files.length} files`);
6694066940};
6694166941var getDiff = async ({ files }) => {
6694266942 const lockFiles = files.filter(
You can’t perform that action at this time.
0 commit comments