We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c608dda commit bb75f72Copy full SHA for bb75f72
contentctl/actions/detection_testing/infrastructures/DetectionTestingInfrastructureContainer.py
@@ -123,7 +123,7 @@ def emit_docker_run_equivalent():
123
address = f"https://{self.infrastructure.instance_address}:{self.infrastructure.web_ui_port}"
124
else:
125
address = f"http://{self.infrastructure.instance_address}:{self.infrastructure.web_ui_port}"
126
- print(f"Started container with the following information:\n"
+ print(f"\nStarted container with the following information:\n"
127
f"\tname : [{self.get_name()}]\n"
128
f"\taddress : [{address}]\n"
129
f"\tusername: [{self.infrastructure.splunk_app_username}]\n"
0 commit comments