mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 21:55:29 +02:00
fix/scripts: remove unnecessary -r
from cp
(#11210)
This commit is contained in:
parent
04b80dde72
commit
5e1ae7dbbe
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ function build_translation_archives {
|
|||
done
|
||||
|
||||
cd "$target_directory"
|
||||
cp -r tldr-pages.zip tldr-pages.en.zip
|
||||
cp tldr-pages.zip tldr-pages.en.zip
|
||||
}
|
||||
|
||||
###################################
|
||||
|
|
Loading…
Add table
Reference in a new issue