Skip to content

Commit

Permalink
fix(build): remove unnecessary echo from unknown option handling
Browse files Browse the repository at this point in the history
  • Loading branch information
guidomodarelli committed Feb 18, 2025
1 parent a494fd4 commit ab9c7b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dev-tools/build-packages/build-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ main() {
;;
*)
echo "Unknown option: ${1}"
echo
help 1
;;
esac
Expand Down

0 comments on commit ab9c7b5

Please sign in to comment.