Fix syntax
This commit is contained in:
parent
74a3d8190d
commit
5e9b808a2d
@ -1,7 +1,7 @@
|
|||||||
# Activate local Python venv
|
# Activate local Python venv
|
||||||
function activate
|
function activate
|
||||||
# Set path to venv activation script
|
# Set path to venv activation script
|
||||||
set target -f "./.venv/bin/activate.fish"
|
set -f target "./.venv/bin/activate.fish"
|
||||||
|
|
||||||
# create venv if it doesn't exist
|
# create venv if it doesn't exist
|
||||||
if not test -e $target
|
if not test -e $target
|
||||||
|
Loading…
Reference in New Issue
Block a user