Skip to content

Commit e30c682

Browse files
committed
fix Elixir LS release folder
1 parent daa39c4 commit e30c682

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

update.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,9 @@ if get_boolean_response "Running this command assumes you've previoulsy run the
124124
echo_item "Updating Elixir Language Server..." yellow
125125
rm -rf ~/.lsp/elixir
126126
git clone https://github.com/elixir-lsp/elixir-ls.git ~/.lsp/elixir
127-
mkdir -p ~/.lsp/elixir/rel
128127
cd ~/.lsp/elixir
129128
mix deps.get && mix compile
130-
MIX_ENV=prod mix elixir_ls.release -o rel
129+
MIX_ENV=prod mix elixir_ls.release
131130
cd
132131
fi
133132
if exists "solargraph"; then

0 commit comments

Comments
 (0)