Skip to content

Commit

Permalink
Insert a newline to improve readability
Browse files Browse the repository at this point in the history
  • Loading branch information
dav3r committed Mar 9, 2023
1 parent 9ed1463 commit 4ac5012
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extras/clamav_log_report.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
set -o nounset
set -o errexit
set -o pipefail

if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "--help" ]; then
echo "Usage: $0 <instance-id>..."
exit 1
Expand Down

0 comments on commit 4ac5012

Please sign in to comment.