From 691acd094ab6e9796c16d11694cfef083b05ed2e Mon Sep 17 00:00:00 2001 From: Tejal Desai Date: Wed, 29 Apr 2020 22:42:33 -0700 Subject: [PATCH] try different root dir --- pkg/constants/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/constants/constants.go b/pkg/constants/constants.go index 8dd5893ea..19c46cef3 100644 --- a/pkg/constants/constants.go +++ b/pkg/constants/constants.go @@ -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"