Skip to content

Commit 810a6e2

Browse files
committed
feat: give a bit more detail to create-devenv.sh's final echo
1 parent 7510e6a commit 810a6e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.agents/skills/follow-pr/create_devenv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ ID=follow-pr-attach-$(uuidgen | cut -d'-' -f1)
1313
# But the CWD is changed appropriately when doing this way, so it's fine
1414
dda env dev start --no-pull --repo "${REPO}" --id "${ID}"
1515

16-
echo "Created env: ${ID}"
16+
echo "Created env to use for the PR attach task: ${ID}"

0 commit comments

Comments
 (0)