Skip to content

Commit 0d844b0

Browse files
author
Ian Campbell
committed
boot.sh: Tidy a little whitespace snafu
Signed-off-by: Ian Campbell <ijc@docker.com>
1 parent cc58ae9 commit 0d844b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ fi
8585
mkdir -p "${state}"
8686
touch $state/metadata.json
8787
if [ -n "${kubeadm_data}" ] ; then
88-
echo "{ \"kubeadm\": { \"entries\": { ${kubeadm_data} } } }" > $state/metadata.json
88+
echo "{ \"kubeadm\": { \"entries\": { ${kubeadm_data} } } }" > $state/metadata.json
8989
fi
9090

9191
exec linuxkit run ${KUBE_RUN_ARGS} -networking ${KUBE_NETWORKING} -cpus ${KUBE_VCPUS} -mem ${KUBE_MEM} -state "${state}" -disk size=${KUBE_DISK} -data-file $state/metadata.json ${uefi} "${img}${suffix}"

0 commit comments

Comments
 (0)