Typo
This commit is contained in:
parent
58ef716a99
commit
4a7e558890
1 changed files with 1 additions and 1 deletions
|
@ -13,5 +13,5 @@ for i in custom/templates/**/*.tmpl; do
|
|||
newfile=$TEMPLATES_DIR${i#custom/templates}
|
||||
echo Downloading $newfile
|
||||
mkdir -p $(dirname $newfile)
|
||||
curl -o $newfile "https://codeberg.org/forgejo/forgejo/raw/tag/v10.0.1/${i#custom/}"
|
||||
curl -o $newfile "https://codeberg.org/forgejo/forgejo/raw/tag/$VERSION/${i#custom/}"
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue