From 44cda032615c675181e3fc6fcbf583a1893d8827 Mon Sep 17 00:00:00 2001 From: Tomas Mlcoch Date: Tue, 1 Nov 2011 08:51:28 +0100 Subject: [PATCH] Fix indentation. --- src/bin/pungi.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bin/pungi.py b/src/bin/pungi.py index 251d087f..6f39798d 100755 --- a/src/bin/pungi.py +++ b/src/bin/pungi.py @@ -134,15 +134,15 @@ def main(): mypungi.downloadSRPMs() if opts.do_all or opts.do_createrepo: - mypungi.doCreaterepo() + mypungi.doCreaterepo() if opts.do_all or opts.do_buildinstall: if not opts.norelnotes: mypungi.doGetRelnotes() - mypungi.doBuildinstall() + mypungi.doBuildinstall() if opts.do_all or opts.do_createiso: - mypungi.doCreateIsos() + mypungi.doCreateIsos() # Do things slightly different for src. if opts.sourceisos: