Skip to content

Commit a4935df

Browse files
committed
Remove unneeded 'strip-prefix' attribute
1 parent ecb0fbf commit a4935df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/get-package.xq

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ return
5555
let $log := local:log-get-package-event($xar-filename)
5656
return
5757
if ($wants-zip) then
58-
let $entry := <entry type="binary" method="store" name="/{$xar-filename}" strip-prefix="false">{$xar}</entry>
58+
let $entry := <entry type="binary" method="store" name="/{$xar-filename}">{$xar}</entry>
5959
let $zip := compression:zip($entry, false())
6060
return
6161
response:stream-binary($zip, "application/zip")

0 commit comments

Comments
 (0)