From cf9b71a81cca0bd3a518f9672378c54f77792ae0 Mon Sep 17 00:00:00 2001
From: Pinghao Wu <xdavidwuph@gmail.com>
Date: Thu, 6 Mar 2025 10:46:09 +0800
Subject: [PATCH] update: move to hut

---
 update | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/update b/update
index 4ced6f1..7351baa 100755
--- a/update
+++ b/update
@@ -12,7 +12,7 @@ dispatch() {
 	repo=$(basename "$1")
 	yq ".sources += [\"https://github.com/$1#$2\"] |
 		.environment.source = \"$repo\"
-	" < build.yml | ssh builds@builds.xdavidwu.link "submit -n$1\ $2 -t android-autobuilds -t $1"
+	" < build.yml | hut builds submit -n"$1 $2" -t "android-autobuilds/$1" -
 }
 
 for i in */*; do
-- 
2.45.2