From 5cf4d5844d88be81e7decc511cd0e278a8855f33 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 2 Jun 2015 09:45:23 -0400 Subject: [PATCH] fix indentation error that caused EOF issue Signed-off-by: Alfredo Deza --- ceph-deploy/build/build | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/ceph-deploy/build/build b/ceph-deploy/build/build index 834d1965b..fbf6421a8 100644 --- a/ceph-deploy/build/build +++ b/ceph-deploy/build/build @@ -151,18 +151,18 @@ gitbuilder-cdep-deb* | tala* | mira*) for DIST in $DEB_DIST ; do cat <> $REPO/conf/distributions - Codename: $DIST - Suite: stable - Components: $COMPONENT - Architectures: amd64 armhf i386 source - Origin: Inktank - Description: Ceph distributed file system - DebIndices: Packages Release . .gz .bz2 - DscIndices: Sources Release .gz .bz2 - Contents: .gz .bz2 - SignWith: $KEYID - - EOF +Codename: $DIST +Suite: stable +Components: $COMPONENT +Architectures: amd64 armhf i386 source +Origin: Inktank +Description: Ceph distributed file system +DebIndices: Packages Release . .gz .bz2 +DscIndices: Sources Release .gz .bz2 +Contents: .gz .bz2 +SignWith: $KEYID + +EOF done echo "Adding package to repo, dist: $DEB_BUILD ($PKG)" -- 2.47.3