Skip to content

Commit

Permalink
[Resolves #1460] Update NO_ECHO_REPLACEMENT
Browse files Browse the repository at this point in the history
  • Loading branch information
p7-mark committed Apr 29, 2024
1 parent 495d49d commit 1db0e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sceptre/diffing/stack_differ.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class StackDiffer(Generic[DiffType]):
"DELETE_COMPLETE",
]

NO_ECHO_REPLACEMENT = "***HIDDEN***"
NO_ECHO_REPLACEMENT = "****"

def __init__(self, show_no_echo=False):
"""Initializes the StackDiffer.
Expand Down

0 comments on commit 1db0e88

Please sign in to comment.