From f28f14fd0eaaf3c83cdd34eee7f855cb242d58fa Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Tue, 27 Jun 2023 16:18:53 -0500 Subject: [PATCH] Fake it --- manifest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.yml b/manifest.yml index e2031c0..03b6237 100644 --- a/manifest.yml +++ b/manifest.yml @@ -39,7 +39,7 @@ plugins: # proof-of-concept just fine - 'bash' - '-c' - - 'asdf plugin-add erlang; asdf plugin-add elixir; asdf install erlang latest; asdf install elixir latest; asdf global erlang latest; asdf global elixir latest' + - 'asdf plugin-add erlang; asdf plugin-add elixir; asdf install erlang latest; asdf install elixir latest; asdf global erlang latest; asdf global elixir latest; true' installCommand: - bash - '-c'