Skip to content

Commit

Permalink
sdk automation only need one arg
Browse files Browse the repository at this point in the history
Signed-off-by: zhouzheng <[email protected]>
  • Loading branch information
zzvswxy committed Jan 30, 2022
1 parent 4c29769 commit 6a2b82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sdk_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ PATH="$VIRTUAL_ENV/bin:$PATH"
export PATH
python -m pip install -U pip
python scripts/dev_setup.py -p azure-core
echo "{}" >> $2
echo "{}" >> $1
echo "[Generate] init success!!!"

0 comments on commit 6a2b82b

Please sign in to comment.