Skip to content

Commit

Permalink
fix: hugo jsdoc failure (#498)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
  • Loading branch information
jeromy-cannon authored Aug 19, 2024
1 parent adda8b2 commit ff07413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/k8.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ export class K8 {
* @param containerName container name
* @param destPath path inside the container
* @param timeout timeout in ms
* @return {Promise<[]>}
* @return {Promise<Object[]>} array of directory entries, custom object
*/
async listDir (podName, containerName, destPath, timeout = 5000) {
try {
Expand Down

0 comments on commit ff07413

Please sign in to comment.