Explorar o código

address review

Anukul Sangwan %!s(int64=4) %!d(string=hai) anos
pai
achega
d46d04f17d
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      cli/cmd/create.go

+ 0 - 4
cli/cmd/create.go

@@ -227,10 +227,6 @@ func handleSubdomainCreate(subdomain string, err error) error {
 }
 
 func createFromGithub(createAgent *deploy.CreateAgent, overrideValues map[string]interface{}) error {
-	if localPath == "" {
-		localPath = filepath.Dir(dockerfile)
-	}
-
 	fullPath, err := filepath.Abs(localPath)
 
 	if err != nil {