summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-12-25 17:19:08 +0200
committerLars Wirzenius <liw@liw.fi>2016-12-25 17:19:08 +0200
commite3af3762c13a7668895b40c78ff9de0ed8037274 (patch)
tree2036949316844c62d54be4b14cce46842820568d
parent025121a560c561cd4be823504fbfed289ed0ff49 (diff)
downloadick-e3af3762c13a7668895b40c78ff9de0ed8037274.tar.gz
Fix variable name
-rwxr-xr-xicklib/cleanly2
1 files changed, 1 insertions, 1 deletions
diff --git a/icklib/cleanly b/icklib/cleanly
index 7bbe791..7f4b354 100755
--- a/icklib/cleanly
+++ b/icklib/cleanly
@@ -313,7 +313,7 @@ class App(cliapp.Application):
self._report('Find out of dpkg-buildpackage has --check-option')
output = cliapp.runcmd(['dpkg-buildpackage', '--help'])
- has_check_optio = '---check-option' in output
+ has_check_option = '---check-option' in output
self._report('Build the binary packages')
opts = [