Parcourir la source

typo

tags/v1.3
Nico Rey il y a 4 ans
Parent
révision
ea4a283ec6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      test_reception.sh

+ 1
- 1
test_reception.sh Voir le fichier

@@ -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
}


Chargement…
Annuler
Enregistrer