Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Commit 95e2978

Browse files
author
sowerstl
committed
Tweak commit message when using filename.
1 parent 10535a4 commit 95e2978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/gov/osti/services/Metadata.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1975,7 +1975,7 @@ private static void processOSTIGitLab(DOECodeMetadata md, String filePath, Strin
19751975
}
19761976

19771977
String prefix;
1978-
String detail = uploadFile;
1978+
String detail = fileName;
19791979
if (adds == 1 && updates == 0 && deletes == 0) {
19801980
prefix = "Adding";
19811981
}

0 commit comments

Comments
 (0)