From b696f524cb78cd3e3a791c6a884e510edf97ed11 Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Sun, 18 Feb 2024 14:40:44 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Remove=20experimental=20mise=20s?= =?UTF-8?q?ubcommands?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/bootstrap b/script/bootstrap index 291cfc0b1..7f308c67e 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -21,7 +21,7 @@ main() { mise config mise settings set experimental true mise install --verbose - mise ls --verbose + mise list --verbose # Already installed on GitHub Actions runner. if [[ ! -x "$(command -v swiftlint)" ]]; then