From 093a73f8eb9587fbb3a693541fbd015045e1c75e Mon Sep 17 00:00:00 2001 From: rektdeckard Date: Tue, 17 Sep 2024 13:55:08 -0600 Subject: [PATCH] fix(task): template dir --- taskfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskfile.yaml b/taskfile.yaml index 01853bb..13480b0 100644 --- a/taskfile.yaml +++ b/taskfile.yaml @@ -17,7 +17,7 @@ tasks: silent: true cmds: - echo -e "To setup and run the agent:\n" - - echo -e " cd {{.USER_WORKING_DIR}}/agent" + - echo -e " cd {{.ROOT_DIR}}/agent" - echo -e " python3 -m venv venv" - platforms: [darwin, linux] cmd: echo -e " source venv/bin/activate"