Skip to content

Commit

Permalink
Remove debugging cruft in bootstrap script
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Feb 4, 2025
1 parent 74a2c20 commit 93ebb4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bootstrap/bootstrap-ubi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ if [ -n "$TAG" ]; then
IFS="." read -r MAJOR MINOR PATCH <<EOF
$TAG
EOF
echo "$MAJOR $MINOR $PATCH"
if [ "$MAJOR" = "v0" ] && [ "$MINOR" -lt 2 ]; then
OLD_FILE_NAMING="true"
fi
Expand Down

0 comments on commit 93ebb4e

Please sign in to comment.