소스 검색

typo

tags/v1.3
Nico Rey 4 년 전
부모
커밋
ea4a283ec6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      test_reception.sh

+ 1
- 1
test_reception.sh 파일 보기

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


불러오는 중...
취소
저장