Skip to content

Commit 8d4b182

Browse files
pushing final changes to setup.sh
1 parent aca9c53 commit 8d4b182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripting_tools/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ ZAP_CLI_PATH="${ROOT_DIR}/zap_cli.py"
9494
# Check if zap-cli.py exists before creating the symlink
9595
if [ -f "$ZAP_CLI_PATH" ]; then
9696
echo -e "${YELLOW}Creating global symlink for zap-cli...${NC}"
97-
sudo ln -sf "$VENV_DIR/bin/python $ZAP_CLI_PATH" /usr/local/bin/zap-cli
97+
sudo ln -sf "$ZAP_CLI_PATH" /usr/local/bin/zap-cli
9898
else
9999
echo -e "${RED}Error: zap-cli.py not found in $ROOT_DIR/${NC}"
100100
deactivate

0 commit comments

Comments
 (0)