Skip to content

Commit 846cf28

Browse files
committed
Do not exit with error when help running
1 parent abddce6 commit 846cf28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fit_commit/cli.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def help
2323
$stderr.puts "fit-commit v#{FitCommit::VERSION}"
2424
$stderr.puts "Usage: fit-commit install"
2525
$stderr.puts "Usage: fit-commit uninstall"
26-
EXIT_CODE_FAILURE
26+
EXIT_CODE_SUCCESS
2727
end
2828

2929
def install

0 commit comments

Comments
 (0)