From a1ea68f7fce8d7b9aaa99f8a0f94c75e1d23af2b Mon Sep 17 00:00:00 2001 From: Alex Stuart Date: Wed, 1 Mar 2017 21:30:06 +0000 Subject: [PATCH] Correct test script in utilities/2017-02-27/README.md to refer to unsigned aggregate --- utilities/2017-02-27/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utilities/2017-02-27/README.md b/utilities/2017-02-27/README.md index acb2556c..525155d2 100644 --- a/utilities/2017-02-27/README.md +++ b/utilities/2017-02-27/README.md @@ -34,9 +34,9 @@ eduGAIN -- these differences can be ignored. ``` ant samlmd.aggregates.generate -cp ukfederation-metadata.xml /tmp/ +cp ukfederation-metadata-unsigned.xml /tmp/ replaceHideFromWAYF.pl uk*.xml ant samlmd.aggregates.generate -diff ukfederation-metadata.xml /tmp/ +diff ukfederation-metadata-unsigned.xml /tmp/ ```