Skip to content

Commit f8a650f

Browse files
committed
chore: use full copy
1 parent 6f8896e commit f8a650f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.devcontainer/init.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ if ! command -v aaz-dev &> /dev/null; then
5151
SECONDS=0
5252

5353
echo
54-
uv pip install aaz-dev
54+
uv pip install aaz-dev --link-mode=copy
5555

5656
# `azdev` repositories
5757
setup_repo "azure-cli"
@@ -69,6 +69,6 @@ if ! command -v aaz-dev &> /dev/null; then
6969
echo -e "\n${GREEN}Finished setup! Please launch the codegen tool via:${NC}"
7070
echo -e "${GREEN}\$ aaz-dev run -c azure-cli -e azure-cli-extensions -s azure-rest-api-specs -a aaz${NC}\n"
7171
else
72-
echo -e "\n${GREEN}Please launch the codegen tool via:${NC}"
73-
echo -e "${GREEN}\$ aaz-dev run -c azure-cli -e azure-cli-extensions -s azure-rest-api-specs -a aaz${NC}\n"
72+
echo -e "\nPlease launch the codegen tool via:"
73+
echo -e "$ aaz-dev run -c azure-cli -e azure-cli-extensions -s azure-rest-api-specs -a aaz\n"
7474
fi

0 commit comments

Comments
 (0)