Explorar el Código

typo

tags/v1.3
Nico Rey hace 4 años
padre
commit
ea4a283ec6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      test_reception.sh

+ 1
- 1
test_reception.sh Ver fichero

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


Cargando…
Cancelar
Guardar