Skip to content

Commit 65e6010

Browse files
committed
Remove extra line
1 parent 56f0b95 commit 65e6010

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contentctl/actions/new_content.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ def buildDetection(self)->dict[str,Any]:
3232
answers['status'] = "production" #start everything as production since that's what we INTEND the content to become
3333
answers['description'] = 'UPDATE_DESCRIPTION'
3434
file_name = answers['name'].replace(' ', '_').replace('-','_').replace('.','_').replace('/','_').lower()
35-
3635
answers['search'] = answers['detection_search'] + ' | `' + file_name + '_filter`'
3736
del answers['detection_search']
3837
answers['how_to_implement'] = 'UPDATE_HOW_TO_IMPLEMENT'

0 commit comments

Comments
 (0)