Skip to content

Commit 29a0b61

Browse files
committed
Apply ignore_path filter to private data
1 parent 62048fe commit 29a0b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ def make_package(args):
318318

319319
# Package up the private and public data.
320320
if args.private:
321-
make_tar('assets/private.mp3', ['private', args.private])
321+
make_tar('assets/private.mp3', ['private', args.private], args.ignore_path)
322322
else:
323323
make_tar('assets/private.mp3', ['private'])
324324

0 commit comments

Comments
 (0)