Skip to content

Commit 0301555

Browse files
committed
improve err message on v3 change
1 parent 97bab02 commit 0301555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/cloud/deploy_validator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ func ValidateConfig(deployConfig *DeployConfig) (err error) {
9393
}
9494

9595
if !buildStat.IsDir() {
96-
err = fmt.Errorf("service '%s' build entry '%s' is not a directory", service, buildStr)
96+
err = fmt.Errorf("service '%s' build entry '%s' is not a directory (check v3 upgrade guide)", service, buildStr)
9797
return
9898
}
9999
}

0 commit comments

Comments
 (0)