mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:46:00 +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 \
|
||||
"${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.sha256sums"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue