From 178b67181f97829c23057d883ea2d8a2ae98f4e1 Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Fri, 1 Oct 2010 10:31:50 +0200
Subject: Correcting typo with lb config call for usb-hdd in autobuild script.

---
 examples/cron/images.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/cron/images.sh b/examples/cron/images.sh
index f91ec58..022eaa4 100755
--- a/examples/cron/images.sh
+++ b/examples/cron/images.sh
@@ -174,7 +174,7 @@ do
 		if [ "${ARCHITECTURE}" != "powerpc" ]
 		then
 			lb clean --binary
-			lb config -binary-images usb-hdd
+			lb config --binary-images usb-hdd
 			lb binary 2>&1 | tee debian-live-${DISTRIBUTION}-${ARCHITECTURE}-${FLAVOUR}.img.log
 
 			mv binary.img debian-live-${DISTRIBUTION}-${ARCHITECTURE}-${FLAVOUR}.img
-- 
cgit v1.0