Private Cluster functionality (#214)

This commit is contained in:
Marcus-Hines
2022-07-28 16:14:02 -05:00
committed by GitHub
parent bb0278db72
commit 0b5795551a
8 changed files with 2548 additions and 1984 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ export function writeManifestToFile(
}
function getManifestFileName(kind: string, name: string) {
const filePath = `${kind}_${name}_ ${getCurrentTime().toString()}`
const filePath = `${kind}_${name}_${getCurrentTime().toString()}`
const tempDirectory = getTempDirectory()
return path.join(tempDirectory, path.basename(filePath))
}