From 9ad9a12913a8e4e02af8a12e0de02a6c77e898b1 Mon Sep 17 00:00:00 2001 From: Laura Abbott Date: Thu, 17 Oct 2024 16:37:29 -0400 Subject: [PATCH] names --- .github/buildomat/build-one.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/buildomat/build-one.sh b/.github/buildomat/build-one.sh index 2ec152749..63e859fd6 100755 --- a/.github/buildomat/build-one.sh +++ b/.github/buildomat/build-one.sh @@ -5,8 +5,8 @@ set -o pipefail set -o xtrace set -o nounset -toml=$1 -name=$2 +name=$1 +toml=$2 image=$3 cargo xtask dist $toml