diff options
-rw-r--r-- | sos/plugins/jboss.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sos/plugins/jboss.py b/sos/plugins/jboss.py index de1a9765..e92747a7 100644 --- a/sos/plugins/jboss.py +++ b/sos/plugins/jboss.py @@ -642,9 +642,9 @@ Default=\'all default minimal production standard web\'.', '', False), return def checkenabled(self): - if not self.__getJbossHome(): - return False - return True + if not self.__getJbossHome(): + return False + return True def setup(self): |