From fa8bc623c84090657a371d1914a16646f90d13f3 Mon Sep 17 00:00:00 2001 From: ajasibley <125228925+ajasibley@users.noreply.github.com> Date: Thu, 25 May 2023 02:32:20 -0700 Subject: [PATCH] Fixed typo in install-cosmo just recipe. --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 573d6eba8..e4af25599 100644 --- a/justfile +++ b/justfile @@ -37,6 +37,6 @@ install-cosmo: else \ echo "Unsupported shell: $$current_shell"; \ fi; \ - fiai + fi; \ all: install-nix install-rust install-wasm-target install-openssl install-cosmo