Skip to content

Commit

Permalink
hot fix (maintenance): mark check_name_duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
demoyuw committed Dec 14, 2021
1 parent 16235de commit 77b5dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/resources/maintenance/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def post(self):
parser.add_argument('password')
args = parser.parse_args()

check_name_duplicate(args["name"], "registry")
# check_name_duplicate(args["name"], "registry")
rancher.rc_add_registry_into_rc_all(args)
return util.success()

Expand Down

0 comments on commit 77b5dce

Please sign in to comment.