chore: fix some comments (#2920)

Signed-off-by: dufucun <dufuchun@sohu.com>
Co-authored-by: dufucun <dufucunn@sohu.com>
This commit is contained in:
dufucun 2024-06-03 23:10:39 +09:00 committed by GitHub
parent 3ac95bfbd0
commit 29d601d1f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -88,7 +88,7 @@ ubuntu-20.04:
## ALPINE #######################################################
# note: unit tests cannot be run with sh (alpine dosn't have bash by default)
# note: unit tests cannot be run with sh (alpine doesn't have bash by default)
.PHONY: acceptance-alpine-3.6
acceptance-alpine-3.6: alpine-3.6
@ -103,7 +103,7 @@ alpine-3.6:
## BUSYBOX #######################################################
# note: unit tests cannot be run with sh (busybox dosn't have bash by default)
# note: unit tests cannot be run with sh (busybox doesn't have bash by default)
# note: busybox by default will not have cacerts, so you will get TLS warnings (we want to test under these conditions)