Skip to content

Commit c564a31

Browse files
committed
indentation issue
1 parent b80a5a0 commit c564a31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/modules/sccm-recon6.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def EnumerateDP(self, dce, hRootKey):
9797
self.context.log.highlight(" Anonymous access to Distribution Point is enabled - CRED-6")
9898
self.context.log.display(f" http://{self.connection.host}/sms_dp_smspkg$/datalib")
9999
else:
100-
self.context.log.display(" Anonymous access to Distribution Point is disabled")
100+
self.context.log.display(" Anonymous access to Distribution Point is disabled")
101101

102102
def EnumerateDB(self, dce, hRootKey):
103103
# Check for database site

0 commit comments

Comments
 (0)