1
0
Fork 0
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:
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

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