fix: delete the contents of M4B properly
This commit is contained in:
parent
7d2fe6462f
commit
e5fee6517d
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
@ -133,7 +133,7 @@ archive:
|
|||
exit 1
|
||||
fi
|
||||
cd M4B && cp -v -R * "${AUDIOBOOK_ARCHIVE}"
|
||||
just _clean M4B/*
|
||||
just _clean M4B
|
||||
else
|
||||
echo "ERROR: No archive specified or no M4B directory"
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue