Skip to content

Commit

Permalink
Resets pkg_version to +5000 instead of +5001
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonheath committed Dec 26, 2024
1 parent d6bdf2a commit 7932828
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/builder-minio/habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ pkg_exports=(
pkg_version() {
# TED: After migrating the builder repo we needed to add to
# the rev-count to keep version sorting working
# echo "$(($(git rev-list HEAD --count) + 5000))"
echo "$(($(git rev-list HEAD --count) + 5001))"
echo "$(($(git rev-list HEAD --count) + 5000))"
}

do_before() {
Expand Down

0 comments on commit 7932828

Please sign in to comment.