Skip to content

Commit

Permalink
Add comma between ant targets to fix the build
Browse files Browse the repository at this point in the history
See ukf/ukf-meta#309 for details
  • Loading branch information
Alex Stuart committed Jul 29, 2021
1 parent 3d973d3 commit 21b5f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2076,7 +2076,7 @@
Sign MDQ components: EntityDescriptor files and EntitiesDescriptor
-->
<target name="samlmd.mdq.sign" depends="
samlmd.mdq.sign.fragments
samlmd.mdq.sign.fragments,
samlmd.mdq.sign.all.entities">
<echo>MDQ fragments and all entities files signed.</echo>
</target>
Expand Down

0 comments on commit 21b5f58

Please sign in to comment.