diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/get-metadata.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get-metadata.sh b/scripts/get-metadata.sh index c26262ba..71164cb6 100755 --- a/scripts/get-metadata.sh +++ b/scripts/get-metadata.sh @@ -89,7 +89,7 @@ case $x in xsltproc $script_cwd/../xslt/clean-entitydescriptor.xsl ${entityidfn} > ${tmp} && mv ${tmp} ${entityidfn} if $new ; then - echo -n "Add swamid-2.0/$entityidfn to git [Y/n]? " + echo -n "Add ${xmldir}/$entityidfn to git [Y/n]? " read x case $x in Y|y|"") |