Skip to content

Commit

Permalink
Update defaults.py receptor typo (#15682)
Browse files Browse the repository at this point in the history
Update defaults.py

fixing typo for  RECEPTOR_KEEP_WORK_ON_ERROR
  • Loading branch information
tuxonfire authored Dec 4, 2024
1 parent 055d853 commit 698a8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awx/settings/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@

# Delete completed work units in receptor
RECEPTOR_RELEASE_WORK = True
RECPETOR_KEEP_WORK_ON_ERROR = False
RECEPTOR_KEEP_WORK_ON_ERROR = False

# K8S only. Use receptor_log_level on AWX spec to set this properly
RECEPTOR_LOG_LEVEL = 'info'
Expand Down

0 comments on commit 698a8ae

Please sign in to comment.