[cpp-sp] branch main updated: Typo in output string

Codeberg noreply at shibboleth.net
Mon Jun 15 13:52:46 UTC 2026


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

codeberg pushed a commit to branch main
in repository cpp-sp.

View the commit online:
https://codeberg.org/Shibboleth/cpp-sp/commit/e8fd5f39cc434b20b0685fb75a96b55563fbeccc

The following commit(s) were added to refs/heads/main by this push:
     new e8fd5f39 Typo in output string
e8fd5f39 is described below

commit e8fd5f39cc434b20b0685fb75a96b55563fbeccc
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Jun 15 14:52:43 2026 +0100

    Typo in output string
---
 WindowsInstall/doupdate.bat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/WindowsInstall/doupdate.bat b/WindowsInstall/doupdate.bat
index 63caae6b..b64c406c 100644
--- a/WindowsInstall/doupdate.bat
+++ b/WindowsInstall/doupdate.bat
@@ -21,7 +21,7 @@ Set /a PatchVersion = "%VERSION% & 0xFFFF" > nul:
 set VersionString=%MajorVersion%.%MinorVersion%.%PatchVersion%
 
 if exist %TargetDir%\lib\shibboleth-sp (
-  Echo Updating SP Agent Version %VersionString%
+  Echo Updating SP Agent Version to %VersionString%
 ) else (
   Echo Installing SP Agent Version %VersionString%
 )

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


More information about the commits mailing list