summaryrefslogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2018-08-01 23:19:53 +0200
committerTilo Spannagel <development@tilosp.de>2018-08-01 23:19:53 +0200
commit5d799699475f9f6fb0d6bd0e841d76d4f3f1b6d7 (patch)
treef4fb194224d95250d4517ef8721e887456e9bb48 /update.sh
parent654ddeae236152a8a6c6d1e9ba2b009542c08f3f (diff)
Fix indentation
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/update.sh b/update.sh
index 40f0a629..af4f761d 100755
--- a/update.sh
+++ b/update.sh
@@ -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"