Skip to content

Commit

Permalink
fix: always need ending slash on TASKIT_LOCAL_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
Gowiem committed Nov 2, 2023
1 parent 4835245 commit 9e961f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exports/Taskfile.dist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ tasks:
echo -e "\n"
if [[ -n "{{.TASKIT_LOCAL_PATH}}" ]]; then
echo "Copying taskit from local path..."
rsync -rq --exclude=.git --exclude= {{.TASKIT_LOCAL_PATH}} .taskit
rsync -rq --exclude=.git --exclude= {{.TASKIT_LOCAL_PATH}}/ .taskit
else
echo "Downloading taskit from remote repo..."
git clone -b {{.TASKIT_BRANCH}} https://github.com/masterpointio/taskit.git .taskit/
Expand Down

0 comments on commit 9e961f0

Please sign in to comment.