Skip to content

Commit

Permalink
fix(task): template dir
Browse files Browse the repository at this point in the history
  • Loading branch information
rektdeckard committed Sep 17, 2024
1 parent 7cfc7a0 commit 093a73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 093a73f

Please sign in to comment.