Skip to content
This repository was archived by the owner on Feb 2, 2022. It is now read-only.

Commit 7688a92

Browse files
authored
Remove hard-coded value of local m2 repository (#27)
1 parent 1d0a386 commit 7688a92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/typescript/src/internal/dir/che-dir.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ setupSSHKeys(workspaceDto: org.eclipse.che.api.workspace.shared.dto.WorkspaceDto
941941
this.updateConfFile('che.user.workspaces.storage', this.workspacesFolder);
942942

943943
// update extra volumes
944-
this.updateConfFile('machine.server.extra.volume', this.currentFolder + ':/projects/' + this.folderName + ";/var/run/docker.sock:/var/run/docker.sock" + ";/Users/benoitf/.m2:/home/user/.m2");
944+
this.updateConfFile('machine.server.extra.volume', this.currentFolder + ':/projects/' + this.folderName + ";/var/run/docker.sock:/var/run/docker.sock");
945945

946946
}
947947

0 commit comments

Comments
 (0)