Skip to content

Commit

Permalink
Update wording of exception when installing server into non-empty folder
Browse files Browse the repository at this point in the history
  • Loading branch information
spyrkob committed Oct 18, 2023
1 parent efe70c7 commit 724bca6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public interface ProsperoLogger extends BasicLogger {
@Message(id = 202, value = "Invalid channel manifest definition")
ChannelDefinitionException invalidManifest(@Cause InvalidChannelMetadataException e);

@Message(id = 203, value = "Can't install into a non empty directory '%s'. Use `update` command if you want to modify existing installation.")
@Message(id = 203, value = "Can't install the server into a non empty directory '%s'.")
IllegalArgumentException cannotInstallIntoNonEmptyDirectory(Path path);

@Message(id = 204, value = "Installation dir '%s' doesn't exist")
Expand Down

0 comments on commit 724bca6

Please sign in to comment.