mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
fix/scripts: remove unnecessary -r from cp (#11210)
This commit is contained in:
+1
-1
@@ -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
|
||||
}
|
||||
|
||||
###################################
|
||||
|
||||
Reference in New Issue
Block a user