From 298e442c2d3ecdcc29608d7e06d4576144b87992 Mon Sep 17 00:00:00 2001 From: Valentin Haenel Date: Mon, 7 May 2012 09:46:31 +0200 Subject: [PATCH] BF/FO: fix mixing tabs and spaces --- tools/nd_adddist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/nd_adddist b/tools/nd_adddist index b4a3f21..f85c34d 100755 --- a/tools/nd_adddist +++ b/tools/nd_adddist @@ -22,8 +22,8 @@ fi opts="--distribution $dist --debootstrap debootstrap --aptcache $aptcache" if echo $family | grep -q ubuntu; then - # Use ubuntu's keyring since otherwise debootstrap would fail - opts+=" --debootstrapopts --keyring=/usr/share/keyrings/ubuntu-archive-keyring.gpg" + # Use ubuntu's keyring since otherwise debootstrap would fail + opts+=" --debootstrapopts --keyring=/usr/share/keyrings/ubuntu-archive-keyring.gpg" fi mkdir -p ${cowbuilderroot}/cow -- 2.39.2