Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aloftus23 committed Apr 29, 2024
1 parent ad54e8b commit 28b56e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/worker/pe-worker-entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ while true; do

# Run the pe-source command
eval "$COMMAND" \
&& cat /app/pe_reports_logging.log \
&& > /app/pe_reports_logging.log
&& cat /app/pe_reports_logging.log > /app/pe_reports_logging.log

# Delete the processed message from the queue
if [ "$IS_LOCAL" = true ]; then
Expand Down

0 comments on commit 28b56e4

Please sign in to comment.