← back to Exo
runner-token typo
e2d3a9083295cc441eaa0ca11f85acf8aa3606cd · 2024-12-11 15:47:10 +0000 · Alex Cheema
Files touched
Diff
commit e2d3a9083295cc441eaa0ca11f85acf8aa3606cd
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Wed Dec 11 15:47:10 2024 +0000
runner-token typo
---
.github/bootstrap.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/bootstrap.sh b/.github/bootstrap.sh
index d19c785a..a1e95053 100755
--- a/.github/bootstrap.sh
+++ b/.github/bootstrap.sh
@@ -17,7 +17,7 @@ fi
# Check for required arguments
if [ -z "$1" ]; then
log "Error: Runner token is required"
- log "Usage: $0 <github-pat> [tailscale-auth-key]"
+ log "Usage: $0 <runner-token> [tailscale-auth-key]"
exit 1
fi
← ba96413a bootstrap script tweaks
·
back to Exo
·
t c938efb5 →