Fix comment

This commit is contained in:
the-sane 2021-01-11 20:10:41 -05:00 committed by GitHub
parent d42207d521
commit 9e79fd68e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -847,7 +847,7 @@ runner_install() {
# depending on how the archive was created
first_filepath="$(stdbuf -oL tar -tzf "$tmp_dir/$runner_file" | head -n 1)"
# Download and extract the runner
# Extract the runner
case "$first_filepath" in
# If the files in the archive begin with ./ there is no subdirectory
./*)