Skip to content

Commit 0a3a0e4

Browse files
lastradanetc00kiemon5ter
authored andcommitted
Correct make_metadata.py path
1 parent 9932281 commit 0a3a0e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: example/all.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ startme() {
88
if [ ! -f service_conf.py ] ; then
99
cp service_conf.py.example service_conf.py
1010
fi
11-
../../tools/make_metadata.py sp_conf > sp.xml
11+
../../src/saml2/tools/make_metadata.py sp_conf > sp.xml
1212

1313
cd ../idp2
1414
if [ ! -f idp_conf.py ] ; then
1515
cp idp_conf.py.example idp_conf.py
1616
fi
17-
../../tools/make_metadata.py idp_conf > idp.xml
17+
../../src/saml2/tools/make_metadata.py idp_conf > idp.xml
1818

1919
cd ../sp-wsgi
2020
./sp.py sp_conf &

0 commit comments

Comments
 (0)