Skip to content

Commit b350a4c

Browse files
Fix up buildnumber naming
1 parent a3e4d61 commit b350a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/maxgamer/quickshop/BuildInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public BuildInfo(@Nullable InputStream inputStream) {
7373
pomArtifactId = buildInfo.getString("pom-artifactid", "Unknown");
7474
jobUrl = buildInfo.getString("job-url");
7575
jobName = buildInfo.getString("job-name", "Unknown");
76-
pomBuildNumber = buildInfo.getString("pom-buildNumber", "1");
76+
pomBuildNumber = buildInfo.getString("pom-buildnumber", "1");
7777
try {
7878
inputStream.close();
7979
} catch (IOException ignored) {

0 commit comments

Comments
 (0)