Skip to content

Commit 36f2a30

Browse files
Merge pull request #11 from falko/patch-1
Allow names with spaces
2 parents 39155a9 + 4eb1522 commit 36f2a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh -l
22

3-
xmllint $1 --$2 $3 --noout
3+
xmllint "$1" --$2 "$3" --noout

0 commit comments

Comments
 (0)