mirror of
https://github.com/nextcloud/docker.git
synced 2025-06-14 07:24:47 +02:00
Fix indentation
This commit is contained in:
parent
654ddeae23
commit
5d79969947
2 changed files with 10 additions and 10 deletions
|
@ -60,8 +60,8 @@ function create_variant() {
|
|||
# Create the version+variant directory with a Dockerfile.
|
||||
mkdir -p "$dir"
|
||||
|
||||
template="Dockerfile-${base[$variant]}.template"
|
||||
echo "# DO NOT EDIT: created by update.sh from $template" > "$dir/Dockerfile"
|
||||
template="Dockerfile-${base[$variant]}.template"
|
||||
echo "# DO NOT EDIT: created by update.sh from $template" > "$dir/Dockerfile"
|
||||
cat "$template" >> "$dir/Dockerfile"
|
||||
|
||||
echo "updating $fullversion [$1] $variant"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue