summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-11-06 15:48:48 +0000
committerLars Wirzenius <liw@liw.fi>2015-11-06 15:48:48 +0000
commitfa90b3cdc503cc983b59819177067c398530197e (patch)
tree92ca32e226b30017f01d775932321b66c70c404f
parentc8c8fc2da619a07aba120cf20340eb20f740eb93 (diff)
downloadick-fa90b3cdc503cc983b59819177067c398530197e.tar.gz
Fix bad indentation
-rwxr-xr-xicklib/cleanly2
1 files changed, 1 insertions, 1 deletions
diff --git a/icklib/cleanly b/icklib/cleanly
index a5d8a3f..26201dc 100755
--- a/icklib/cleanly
+++ b/icklib/cleanly
@@ -306,7 +306,7 @@ class App(cliapp.Application):
self._report('Build the binary packages')
opts = [
'--build',
- '--aptcache', '',
+ '--aptcache', '',
'--allow-untrusted',
'--basetgz', tgz,
'--buildresult', result,