We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfc3fa8 commit 4cb2653Copy full SHA for 4cb2653
exports/Taskfile.dist.yaml
@@ -58,7 +58,7 @@ tasks:
58
rsync -rq --exclude=.git --exclude= {{.TASKIT_LOCAL_PATH}} .taskit
59
else
60
echo "Downloading taskit from remote repo..."
61
- git clone -b {{.TASKIT_BRANCH}} git@github.com:masterpointio/taskit.git .taskit
+ git clone -b {{.TASKIT_BRANCH}} https://github.com/masterpointio/taskit.git .taskit
62
fi
63
64
echo -e "\n\n⚡ Taskit successfully initialized! ⚡\n"
0 commit comments