[node-patches] Change in ovirt-node[master]: edit-node: _setup_pki_entitlement() fix unindent

dougsland at redhat.com dougsland at redhat.com
Tue Sep 9 07:27:20 UTC 2014


Douglas Schilling Landgraf has uploaded a new change for review.

Change subject: edit-node: _setup_pki_entitlement() fix unindent
......................................................................

edit-node: _setup_pki_entitlement() fix unindent

Fix a return unindent

Change-Id: I74c9738d34e3e609a842519daf148efbed4fc13c
Signed-off-by: Douglas Schilling Landgraf <dougsland at redhat.com>
---
M tools/edit-node
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/65/32665/1

diff --git a/tools/edit-node b/tools/edit-node
index 07fc7de..220a9fa 100755
--- a/tools/edit-node
+++ b/tools/edit-node
@@ -964,7 +964,7 @@
                print output
                return False
 
-         return True
+        return True
 
     def _setup_yum_repo(self, options):
         print "Configuring Yum Repo"


-- 
To view, visit http://gerrit.ovirt.org/32665
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I74c9738d34e3e609a842519daf148efbed4fc13c
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Douglas Schilling Landgraf <dougsland at redhat.com>



More information about the node-patches mailing list