Skip to content

Commit ff07413

Browse files
fix: hugo jsdoc failure (#498)
Signed-off-by: Jeromy Cannon <[email protected]>
1 parent adda8b2 commit ff07413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/k8.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ export class K8 {
331331
* @param containerName container name
332332
* @param destPath path inside the container
333333
* @param timeout timeout in ms
334-
* @return {Promise<[]>}
334+
* @return {Promise<Object[]>} array of directory entries, custom object
335335
*/
336336
async listDir (podName, containerName, destPath, timeout = 5000) {
337337
try {

0 commit comments

Comments
 (0)