Skip to content

Commit 2e9f6b7

Browse files
committed
Makefile: fix typo in comment
Updates #cleanup Signed-off-by: Brad Fitzpatrick <[email protected]>
1 parent 354a903 commit 2e9f6b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ tag_release: ## Tag the current commit with the current version
206206
git tag -a "$(VERSION_LONG)" -m "OSS and Version updated to ${VERSION_LONG}"
207207

208208

209-
.PHONY: bumposs ## Bump to the latest oss and update teh versions.
209+
.PHONY: bumposs ## Bump to the latest oss and update the versions.
210210
bumposs: update-oss update-version
211211
git commit -sm "android: bump OSS" -m "OSS and Version updated to ${VERSION_LONG}" go.toolchain.rev android/build.gradle go.mod go.sum
212212
git tag -a "$(VERSION_LONG)" -m "OSS and Version updated to ${VERSION_LONG}"

0 commit comments

Comments
 (0)