Skip to content

Commit

Permalink
Replaced python with python3 in taskfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
altvod committed Oct 16, 2023
1 parent 9c033db commit 4c85ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

vars:
USER_REL_PATH:
sh: python -c "import os,sys;print(os.path.relpath('{{.USER_WORKING_DIR}}'))"
sh: python3 -c "import os,sys;print(os.path.relpath('{{.USER_WORKING_DIR}}'))"

ROOT_DIR:
sh: pwd
Expand Down

0 comments on commit 4c85ad8

Please sign in to comment.