Fix syntax

This commit is contained in:
exu 2025-03-05 08:10:17 +01:00
parent 74a3d8190d
commit 5e9b808a2d

View File

@ -1,7 +1,7 @@
# Activate local Python venv
function activate
# 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
if not test -e $target