0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-06-14 07:24:47 +02:00

Fix indentation

This commit is contained in:
Tilo Spannagel 2018-08-01 23:19:53 +02:00
parent 654ddeae23
commit 5d79969947
2 changed files with 10 additions and 10 deletions

View file

@ -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"