Skip to content

Commit 18e40dd

Browse files
committed
replace bullet point with dash for more complete terminal compatibility
1 parent 1a80c31 commit 18e40dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lightbeam/lightbeam.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def _confirm_delete_op(self, endpoints, verbiage):
146146
if self.config.get("force_delete", False):
147147
return
148148

149-
endpoint_list = "\n\t ".join(endpoints)
149+
endpoint_list = "\n\t - ".join(endpoints)
150150
print(f'Preparing to delete the following endpoints:\n\t{endpoint_list}')
151151
if input(f'Type "yes" to confirm you want to {verbiage} payloads for the selected endpoints? ')!="yes":
152152
exit('You did not type "yes" - exiting.')

0 commit comments

Comments
 (0)