Makefile: fix typo in comment

Updates #cleanup

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
pull/548/head
Brad Fitzpatrick 1 month ago committed by Brad Fitzpatrick
parent 354a903ee1
commit 2e9f6b735e

@ -206,7 +206,7 @@ tag_release: ## Tag the current commit with the current version
git tag -a "$(VERSION_LONG)" -m "OSS and Version updated to ${VERSION_LONG}" git tag -a "$(VERSION_LONG)" -m "OSS and Version updated to ${VERSION_LONG}"
.PHONY: bumposs ## Bump to the latest oss and update teh versions. .PHONY: bumposs ## Bump to the latest oss and update the versions.
bumposs: update-oss update-version bumposs: update-oss update-version
git commit -sm "android: bump OSS" -m "OSS and Version updated to ${VERSION_LONG}" go.toolchain.rev android/build.gradle go.mod go.sum git commit -sm "android: bump OSS" -m "OSS and Version updated to ${VERSION_LONG}" go.toolchain.rev android/build.gradle go.mod go.sum
git tag -a "$(VERSION_LONG)" -m "OSS and Version updated to ${VERSION_LONG}" git tag -a "$(VERSION_LONG)" -m "OSS and Version updated to ${VERSION_LONG}"

Loading…
Cancel
Save