fix/scripts: remove unnecessary `-r` from `cp` (#11210)

pull/23/head
Lena 2023-10-24 13:14:27 +02:00 committed by GitHub
parent 04b80dde72
commit 5e1ae7dbbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
}
###################################