From 8cbe2b1e2da817bdba288d7446c57c73830d6047 Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Thu, 14 Dec 2023 02:22:07 -0600 Subject: [PATCH] bun|deno: remove shorthand repo since these are core plugins now (#1180) --- scripts/update-shorthand-repo.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/update-shorthand-repo.sh b/scripts/update-shorthand-repo.sh index 3d9e62a13..d32025321 100755 --- a/scripts/update-shorthand-repo.sh +++ b/scripts/update-shorthand-repo.sh @@ -13,6 +13,8 @@ custom_plugins=( asdf_plugins=$(find asdf-plugins/plugins -maxdepth 1 | sort | + grep -v '/bun$' | + grep -v '/deno$' | grep -v '/go$' | grep -v '/golang$' | grep -v '/java$' |