From d7bc568c41dfaa77866c8753eb913872ba6f0ccb Mon Sep 17 00:00:00 2001 From: Ben Hardill Date: Fri, 28 Jun 2024 17:30:26 +0100 Subject: [PATCH] fix lint --- kubernetes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes.js b/kubernetes.js index 77813e6..020fb43 100644 --- a/kubernetes.js +++ b/kubernetes.js @@ -321,7 +321,7 @@ const createPersistentVolumeClaim = async (project, options) => { 'ff-project-id': project.id, 'ff-project-name': project.safeName } - console.log(`PVC: ${JSON.stringify(pvc,null,2)}`) + console.log(`PVC: ${JSON.stringify(pvc, null, 2)}`) return pvc }