Skip to content

Commit 40eebd0

Browse files
committed
fix issue found by pre-commit
1 parent e404927 commit 40eebd0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ docs/**/config
6464
firebase.json
6565
scratch.py
6666

67-
.env
67+
.env

nemoguardrails/library/prompt_security/flows.co

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ flow protect response
2121
bot inform answer unknown
2222
stop
2323
else if $result["is_modified"]
24-
$bot_message = $result["modified_text"]
24+
$bot_message = $result["modified_text"]

0 commit comments

Comments
 (0)