Commit 47283d8
committed
Fix ValidateCertSecret error message
right now err.Error() renders as
~~~
secrets \"%s not found in namespace %s\" not found
~~~
This changes the msg so that it returns
~~~
secrets \"%s in namespace %s\" not found
~~~
Jira: OSPRH-9991
Signed-off-by: Martin Schuppert <mschuppert@redhat.com>1 parent d5a6fc3 commit 47283d8
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
263 | | - | |
| 263 | + | |
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
289 | | - | |
| 289 | + | |
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
| |||
0 commit comments