diff --git a/release.sh b/release.sh index 1300a7a..3141203 100755 --- a/release.sh +++ b/release.sh @@ -28,8 +28,7 @@ cargo build for binary in "innernet" "innernet-server"; do for shell in {fish,zsh,bash,powershell,elvish}; do - "target/debug/$binary" completions $shell > doc/$binary.completions.$shell - git diff --quiet -- doc/$binary.completions.$shell || die "CLI and Completions out of sync for $shell" + "target/debug/$binary" completions $shell > doc/$binary.completions.$shell || die "CLI completion failed for $shell" done help2man --no-discard-stderr -s8 "target/debug/$binary" -N > "doc/$binary.8" gzip -fk "doc/$binary.8"