runner-token typo

This commit is contained in:
Alex Cheema
2024-12-11 15:47:10 +00:00
parent ba96413a63
commit e2d3a90832

View File

@@ -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