Skip to content

Commit

Permalink
rename substitution version
Browse files Browse the repository at this point in the history
  • Loading branch information
mathonto committed Nov 29, 2019
1 parent 411cbb3 commit 30aa104
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ public Response createPlaceholderSubstituteVersion() throws IOException, Splitti
WineryVersion version = VersionUtils.getVersion(id);

WineryVersion newVersion = new WineryVersion(
version.toString(),
"_substituted_" + version.toString(),
1,
0
);
Expand Down

0 comments on commit 30aa104

Please sign in to comment.