Skip to content

Commit f0237a8

Browse files
Enhance error message
1 parent 627e7fe commit f0237a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boot/build.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ func (b Build) Build(context libcnb.BuildContext) (libcnb.BuildResult, error) {
173173
if scbVer, scbSet = cr.Resolve("BP_SPRING_CLOUD_BINDINGS_VERSION"); !scbSet {
174174
if scbVer, err = getSCBVersion(version); err != nil {
175175
return libcnb.BuildResult{}, fmt.Errorf(
176-
"unable to read the Spring Boot version from META-INF/MANIFEST.MF. " +
176+
"unable to parse the Spring Boot version from META-INF/MANIFEST.MF. " +
177177
"Please set BP_SPRING_CLOUD_BINDINGS_VERSION to force a version or " +
178178
"BP_SPRING_CLOUD_BINDINGS_DISABLED to bypass installing Spring Cloud Bindings")
179179
}

0 commit comments

Comments
 (0)