fix(neovim): Use expanded HOME in postinstall script
This commit is contained in:
parent
6a20094fb0
commit
53c7bbe86a
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
set -exuo pipefail
|
||||
|
||||
VENV="~/.virtualenvs/neovim3"
|
||||
VENV="${HOME}/.virtualenvs/neovim3"
|
||||
PYTHON="${VENV}/bin/python"
|
||||
|
||||
if [ -d "${VENV}" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue