Skip to content

Commit

Permalink
wrong filename
Browse files Browse the repository at this point in the history
  • Loading branch information
James Babb committed Dec 1, 2017
1 parent 0d5c617 commit 4cbdebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion midpoint/assets/objects/import_objects.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
#
echo "Importing Midpoint objects"
# TODO: Change this to loop through all files in directory in ascending order
curl --user administrator:5ecr3t -H "Content-Type: application/xml" -X POST http://localhost:8080/midpoint/ws/rest/resources -d @/midpoint_objects/sis.xml -v
curl --user administrator:5ecr3t -H "Content-Type: application/xml" -X POST http://localhost:8080/midpoint/ws/rest/resources -d @/midpoint_objects/01_sis.xml -v
echo "Done importing Midpoint objects"

0 comments on commit 4cbdebc

Please sign in to comment.