summaryrefslogtreecommitdiff
path: root/build-installer.sh
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-01-07 15:06:15 +0200
committerLars Wirzenius <liw@liw.fi>2022-01-07 18:51:49 +0200
commit79dd4f5367ca66df6c2c56b751b4582554e39032 (patch)
tree9745bb9b285b17cb0b00d9dfa3c3148b84ac9d81 /build-installer.sh
parenta697783d63d8dc410ae0b104f1cf37e4b4d886cf (diff)
downloadv-i-79dd4f5367ca66df6c2c56b751b4582554e39032.tar.gz
chore: shfmt
My editor does that on save. Sponsored-by: author
Diffstat (limited to 'build-installer.sh')
-rwxr-xr-xbuild-installer.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/build-installer.sh b/build-installer.sh
index e1e5084..1927fa2 100755
--- a/build-installer.sh
+++ b/build-installer.sh
@@ -5,5 +5,4 @@ set -eu -o pipefail
tarball="$1"
vmdb2 --output v-i.img --log v-i.log v-i.vmdb \
- --verbose --rootfs-tarball "$tarball"
-
+ --verbose --rootfs-tarball "$tarball"