From c22e377a6d36816210803e34e4d73cf45a4aa828 Mon Sep 17 00:00:00 2001 From: David Sissitka Date: Thu, 26 Sep 2013 13:56:59 -0700 Subject: [PATCH] Used tabs for alignment when I should've used spaces. Fixed. --- hack/make/ubuntu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/make/ubuntu b/hack/make/ubuntu index 527edfe4be..23e02ab193 100644 --- a/hack/make/ubuntu +++ b/hack/make/ubuntu @@ -79,7 +79,7 @@ EOF --replaces lxc-docker-virtual-package \ --url "$PACKAGE_URL" \ --vendor "$PACKAGE_VENDOR" \ - --config-files /etc/init/docker.conf \ + --config-files /etc/init/docker.conf \ -t deb . mkdir empty fpm -s dir -C empty \ @@ -90,7 +90,7 @@ EOF --maintainer "$PACKAGE_MAINTAINER" \ --url "$PACKAGE_URL" \ --vendor "$PACKAGE_VENDOR" \ - --config-files /etc/init/docker.conf \ + --config-files /etc/init/docker.conf \ -t deb . ) }