Skip to content

Commit 9fa67f5

Browse files
committed
fixup! fix(provisionersdk): add trailing path separator to directory entries
1 parent 7815d3e commit 9fa67f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coderd/fileszip.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import (
77
"errors"
88
"io"
99
"log"
10+
"strings"
1011
)
1112

1213
func CreateTarFromZip(zipReader *zip.Reader) ([]byte, error) {

0 commit comments

Comments
 (0)