Skip to content

Commit

Permalink
Apply ignore_path filter to private data
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuele-f committed Mar 13, 2015
1 parent 62048fe commit 29a0b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build.py
Expand Up @@ -318,7 +318,7 @@ def make_package(args):

# Package up the private and public data.
if args.private:
make_tar('assets/private.mp3', ['private', args.private])
make_tar('assets/private.mp3', ['private', args.private], args.ignore_path)
else:
make_tar('assets/private.mp3', ['private'])

Expand Down

0 comments on commit 29a0b61

Please sign in to comment.