There was an error while loading. Please reload this page.
create-devenv.sh
echo
1 parent 7510e6a commit 810a6e2Copy full SHA for 810a6e2
1 file changed
.agents/skills/follow-pr/create_devenv.sh
@@ -13,4 +13,4 @@ ID=follow-pr-attach-$(uuidgen | cut -d'-' -f1)
13
# But the CWD is changed appropriately when doing this way, so it's fine
14
dda env dev start --no-pull --repo "${REPO}" --id "${ID}"
15
16
-echo "Created env: ${ID}"
+echo "Created env to use for the PR attach task: ${ID}"
0 commit comments