Skip to content

Commit bd0a10b

Browse files
committed
typo
1 parent c39d73c commit bd0a10b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/get_supported_version_csi-sidecar.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def main():
144144
for version in eol_versions:
145145
print(f"{version[0]}\t{version[1].strftime('%Y-%m-%d')}\t{duration_ago(version[1])}")
146146

147-
# TODO : generate proper doc ouput for the tables of: https://kubernetes-csi.github.io/docs/sidecar-containers.html
147+
# TODO : generate proper doc output for the tables of: https://kubernetes-csi.github.io/docs/sidecar-containers.html
148148
if args.doc:
149149
print("\nSupported Versions with docker images for each end of life version:\n")
150150
for version in eol_versions:

0 commit comments

Comments
 (0)