Skip to content

Commit

Permalink
fix: #2487 scripts-catalog folder restructuring (#2999)
Browse files Browse the repository at this point in the history
* fix: #2487 scripts-catalog folder restructuring

* fix: user-cert-external-authenticator #2487

* fix: #2487
  • Loading branch information
maduvena committed Nov 15, 2022
1 parent af30e4c commit 7b66f2b
Show file tree
Hide file tree
Showing 15 changed files with 11 additions and 3,494 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,4 @@ def extractParams(self, param):
elif i == -1:
return (param, None)
else:
return (param[:i], param[i:])
return (param[:i], param[i+1:])

This file was deleted.

This file was deleted.

Loading

0 comments on commit 7b66f2b

Please sign in to comment.