From 9e79fd68e039c4d836cd11e2b18a381138b95f17 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Mon, 11 Jan 2021 20:10:41 -0500 Subject: [PATCH] Fix comment --- lug-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index 21eaf96..4febba2 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -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 ./*)