From d0ed0d83cc86c4c7049545667eee872b9dedb583 Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Wed, 22 Dec 2010 23:06:03 +0200 Subject: [PATCH] Broke ubuntu-build in lat commit. Add missing indent --- ubuntu-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu-build b/ubuntu-build index 3673b22..cee1ba3 100755 --- a/ubuntu-build +++ b/ubuntu-build @@ -89,7 +89,7 @@ if not len(args): if not options.batch: # Check we have the correct number of arguments. if len(args) < 3: - optParser.error("Incorrect number of arguments.") + optParser.error("Incorrect number of arguments.") try: package = str(args[0]).lower()