invalid variable name fix

This commit is contained in:
Arsen Mirzaev Tatyano-Muradovich 2023-06-14 15:27:21 +07:00 committed by GitHub
parent 03cfcc19cf
commit 64273691cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 curl -fsSL https://deno.land/install.sh | sh 1> /dev/null 2> /dev/null
# TODO доделать нормально # TODO доделать нормально
set -g DENO_INSTALL="$HOME/.deno" set -g DENO_INSTALL "$HOME/.deno"
fish_add_path $DENO_INSTALL/bin fish_add_path $DENO_INSTALL/bin
print LSP_DENO_INSTALLED print LSP_DENO_INSTALLED