Skip to content

Commit

Permalink
Removed redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
L-Sypniewski committed Jan 11, 2023
1 parent 8cdc515 commit 7313ae6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ bump_version() {

for ((c = 1; c <= count; c++)); do
new=$(semver -i "$1" "$new")
part=$1 # TODO: Is this line needed?
done
}

Expand Down

0 comments on commit 7313ae6

Please sign in to comment.