Skip to content

Commit fa88072

Browse files
authored
[SDK generation pipeline] Update automation_init.sh (#40907)
1 parent a04ef82 commit fa88072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/automation_init.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pip install setuptools==78.1.0 > /dev/null
99

1010
# install tsp-client globally (local install may interfere with tooling)
1111
echo Install tsp-client
12-
npm install -g @azure-tools/typespec-client-generator-cli@0.20.0 > /dev/null
12+
npm install -g @azure-tools/typespec-client-generator-cli > /dev/null
1313

1414
echo "{}" >> $2
1515
echo "[Generate] init success!!!"

0 commit comments

Comments
 (0)