Skip to content

Commit f184f91

Browse files
authored
[config]: Change entrypoint name from 'cli' to 'config' for watermark cmd (sonic-net#363)
1 parent 56c99c1 commit f184f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,7 @@ def platform():
942942
# 'watermark' group ("show watermark telemetry interval")
943943
#
944944

945-
@cli.group()
945+
@config.group()
946946
def watermark():
947947
"""Configure watermark """
948948
pass

0 commit comments

Comments
 (0)