ソースを参照

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
}


読み込み中…
キャンセル
保存