Problems with include files
I'm working with 2 Taskfiles. The first one are for public task in the second exists internal tasks .
In the first one i had this:
My second file contains this at this moment
My directory where i'm executing the task is this:
/Users/fri/Projects/fri
But when i execute the git:clone
the pwd
result is
The path /Users/fri
is duplicated
But if i change my first file to this configuration
This is the result
1 Reply