Replace domain with host in temp folder

Signed-off-by: Adam Harvey <adam.harvey@dxc.com>
This commit is contained in:
Adam Harvey
2021-03-04 12:26:42 -05:00
parent 0d7f14071c
commit e247d872b1
+1 -1
View File
@@ -107,7 +107,7 @@ export const getGitRepositoryTempFolder = async (
// fs.realpathSync fixes a problem with macOS returning a path that is a symlink
fs.realpathSync(os.tmpdir()),
'backstage-repo',
parsedGitLocation.source,
parsedGitLocation.resource,
parsedGitLocation.owner,
parsedGitLocation.name,
parsedGitLocation.ref,