end-to-end/forgejo/fixtures/doctor.sh

8 lines
139 B
Bash
Raw Normal View History

# SPDX-License-Identifier: MIT
function doctor_run() {
local version=$1
forgejo_cli $version doctor check --all # --log-file -
}