diff options
author | Johan Wassberg <jocar@sunet.se> | 2022-11-28 15:32:27 +0100 |
---|---|---|
committer | Johan Wassberg <jocar@sunet.se> | 2022-11-28 15:32:27 +0100 |
commit | 07c682e5242de37b105946a9cdd153fb677a0b89 (patch) | |
tree | a693b91ceda3b97d012c478e8579897486216e39 /scripts | |
parent | 7f7947f44fb7e89124ac9fd31f09fecc34f05019 (diff) |
Show the correct path to file
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|"") |