mirror of
https://github.com/bettercap/bettercap
synced 2025-07-06 04:52:10 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
12ff2918da
commit
9f83d66f99
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ echo "@ Fetching remote tags ..."
|
|||
# git fetch --tags > /dev/null
|
||||
|
||||
CURTAG=$(git describe --tags --abbrev=0)
|
||||
OUTPUT=$(git log v2.0.0RC1..HEAD --oneline)
|
||||
OUTPUT=$(git log $CURTAG..HEAD --oneline)
|
||||
IFS=$'\n' LINES=($OUTPUT)
|
||||
|
||||
for LINE in "${LINES[@]}"; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue