try different root dir

This commit is contained in:
Tejal Desai 2020-04-29 22:42:33 -07:00
parent 1534f90c93
commit 691acd094a
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ package constants
const (
// RootDir is the path to the root directory
RootDir = "/"
RootDir = "/root"
// WorkspaceDir is the path to the workspace directory
WorkspaceDir = "/workspace"