mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 04:46:01 +02:00
scripts/deploy.sh: fix script syntax (#9674)
This commit is contained in:
parent
312ecf8226
commit
f299711968
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ function upload_assets {
|
||||||
|
|
||||||
sha256sum \
|
sha256sum \
|
||||||
"${SITE_HOME}/assets/index.json" \
|
"${SITE_HOME}/assets/index.json" \
|
||||||
"${SITE_HOME}/assets/${TLDR_ARCHIVE}" \
|
"${SITE_HOME}/assets/${TLDR_ARCHIVE}" \
|
||||||
"${SITE_HOME}/assets/tldr-book.pdf" \
|
"${SITE_HOME}/assets/tldr-book.pdf" \
|
||||||
> "${SITE_HOME}/assets/tldr.sha256sums"
|
> "${SITE_HOME}/assets/tldr.sha256sums"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue