invalid variable name fix
This commit is contained in:
parent
03cfcc19cf
commit
64273691cd
|
@ -179,7 +179,7 @@ if test (string match -ri 'y' "$RESPONSE")
|
|||
curl -fsSL https://deno.land/install.sh | sh 1> /dev/null 2> /dev/null
|
||||
|
||||
# TODO доделать нормально
|
||||
set -g DENO_INSTALL="$HOME/.deno"
|
||||
set -g DENO_INSTALL "$HOME/.deno"
|
||||
fish_add_path $DENO_INSTALL/bin
|
||||
|
||||
print LSP_DENO_INSTALLED
|
||||
|
|
Loading…
Reference in New Issue