Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb committed Jun 28, 2024
1 parent a23472e commit d7bc568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit d7bc568

Please sign in to comment.