From b08544927a8b28eff2adce178a2bb49720a895a6 Mon Sep 17 00:00:00 2001 From: Ben Grant Date: Wed, 4 Jun 2025 15:43:07 -0700 Subject: [PATCH] fair play graphite --- scripts/ci-ec2.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/ci-ec2.sh b/scripts/ci-ec2.sh index 9410987f79..314aa65fe7 100755 --- a/scripts/ci-ec2.sh +++ b/scripts/ci-ec2.sh @@ -6,7 +6,6 @@ distro="$1" release="$2" arch="$3" shift 3 -extra="$@" if [ "$distro" = windows ]; then os=windows @@ -31,4 +30,4 @@ else fi # TODO this should be able to use a published image instead of running bootstrap -exec bun scripts/machine.mjs ssh --cloud=aws --os=$os --distro=$distro --release=$release --arch=$arch --instance-type=$instance_type --feature=clone $ghostty_flag +exec bun scripts/machine.mjs ssh --cloud=aws --os=$os --distro=$distro --release=$release --arch=$arch --instance-type=$instance_type --feature=clone $ghostty_flag $@