Skip to content

Commit 714fac0

Browse files
committed
build
1 parent eaf6600 commit 714fac0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

out/cli.cjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16384,7 +16384,7 @@ function G3(t, e2) {
1638416384
// package.json
1638516385
var package_default = {
1638616386
name: "opencommit",
16387-
version: "3.0.10",
16387+
version: "3.0.11",
1638816388
description: "Auto-generate impressive commits in 1 second. Killing lame commits with AI \u{1F92F}\u{1F52B}",
1638916389
keywords: [
1639016390
"git",
@@ -22661,7 +22661,7 @@ var hookCommand = G3(
2266122661
return ce(`${source_default.green("\u2714")} Hook is removed`);
2266222662
}
2266322663
throw new Error(
22664-
`Unsupported mode: ${mode2}. Supported modes are: 'set' or 'unset'`
22664+
`Unsupported mode: ${mode2}. Supported modes are: 'set' or 'unset', do: \`oco hook set\``
2266522665
);
2266622666
} catch (error) {
2266722667
ce(`${source_default.red("\u2716")} ${error}`);

0 commit comments

Comments
 (0)