Skip to content

Commit fbd26c6

Browse files
authored
Merge pull request #1095 from launchableinc/scrub-pii-fixup
Follow up fix to f85f624
2 parents 094b548 + bedc9f7 commit fbd26c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

launchable/commands/record/commit.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ def exec_jar(source: str, max_days: int, app: Application, is_collect_message: b
110110
"-endpoint",
111111
"{}/intake/".format(base_url),
112112
"-max-days",
113-
str(max_days),
114-
"-scrub-pii"
113+
str(max_days)
115114
])
116115

117116
if Logger().logger.isEnabledFor(LOG_LEVEL_AUDIT):

0 commit comments

Comments
 (0)