mirror of
https://github.com/bettercap/bettercap
synced 2025-07-30 11:40:33 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
ce6f4c215a
commit
6a90c7f5e3
1 changed files with 3 additions and 1 deletions
|
@ -28,9 +28,9 @@ done
|
|||
echo
|
||||
echo "Changelog"
|
||||
echo "==="
|
||||
echo
|
||||
|
||||
if [ -n "$NEW" ]; then
|
||||
echo
|
||||
echo "**New Features**"
|
||||
echo
|
||||
for l in "${NEW[@]}"
|
||||
|
@ -40,6 +40,7 @@ if [ -n "$NEW" ]; then
|
|||
fi
|
||||
|
||||
if [ -n "$FIXES" ]; then
|
||||
echo
|
||||
echo "**Fixes**"
|
||||
echo
|
||||
for l in "${FIXES[@]}"
|
||||
|
@ -49,6 +50,7 @@ if [ -n "$FIXES" ]; then
|
|||
fi
|
||||
|
||||
if [ -n "$MISC" ]; then
|
||||
echo
|
||||
echo "**Misc**"
|
||||
echo
|
||||
for l in "${MISC[@]}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue