[java-identity-provider] branch main updated: Fix error message

Tom Zeller tzeller at dragonacea.biz
Wed Jan 4 23:31:32 UTC 2023


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=9645a80a6ffa514b90c1e2a1223f288d55852b2a

The following commit(s) were added to refs/heads/main by this push:
     new 9645a80a6 Fix error message
9645a80a6 is described below

commit 9645a80a6ffa514b90c1e2a1223f288d55852b2a
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed Jan 4 17:31:18 2023 -0600

    Fix error message
---
 .../java/net/shibboleth/idp/installer/plugin/impl/PluginInstaller.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstaller.java b/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstaller.java
index 4a24f4300..030be2109 100644
--- a/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstaller.java
+++ b/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstaller.java
@@ -483,7 +483,7 @@ public final class PluginInstaller extends AbstractInitializableComponent implem
     private void installNew(final RollbackPluginInstall rollBack) throws BuildException {
         final Path from = distribution.resolve("webapp");
         if (PluginInstallerSupport.detectDuplicates(from, pluginsWebapp)) {
-            throw new BuildException("Install would overwrite filess");
+            throw new BuildException("Install would overwrite files");
         }
         PluginInstallerSupport.copyWithLogging(from, pluginsWebapp, rollBack.getFilesCopied());
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list