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

Commit 556a595

Browse files
author
sowerstl
committed
Update repository validation message; (DOECODE-673)
1 parent c617275 commit 556a595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ private String generateURLErrorMsg(String url, String type) {
608608
msg = "Please include a correctly associated prefix with the URL (e.g., \"http://\" or \"https://\").";
609609
else {
610610
if (type.equalsIgnoreCase("repositorylink"))
611-
msg = "Not a valid repository link.";
611+
msg = "Not a valid repository link. Please use the primary or base URL for your repository. DOE CODE does not currently support the submission of individual branch URL paths.";
612612
else
613613
msg = safeUrl + " is not a valid URL.";
614614
}

0 commit comments

Comments
 (0)