Browse Source

typo

tags/v1.3
Nico Rey 3 years ago
parent
commit
ea4a283ec6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test_reception.sh

+ 1
- 1
test_reception.sh View File

@@ -7,7 +7,7 @@ fi

command_exists() {
if ! command -v "$1" &> /dev/null; then
log "Required command not found: $1" "ERROR"
echo "Required command not found: $1" "ERROR"
exit 1
fi
}


Loading…
Cancel
Save