File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ npx openapi-generator generate \
144144 --library asyncio \
145145 --package-name stitch_connect_client \
146146 --git-user-id NarrativeScience \
147- --git-repo-id stitch_connect_client \
147+ --git-repo-id stitch-connect-python \
148148 -p packageVersion=0.1.1 \
149149 -t templates
150150```
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ if [ "$git_user_id" = "" ]; then
1919fi
2020
2121if [ " $git_repo_id " = " " ]; then
22- git_repo_id=" stitch_connect_client "
22+ git_repo_id=" stitch-connect-python "
2323 echo " [INFO] No command line input provided. Set \$ git_repo_id to $git_repo_id "
2424fi
2525
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ npx openapi-generator generate \
131131 --library asyncio \
132132 --package-name { {packageName} } \
133133 --git-user-id NarrativeScience \
134- --git-repo-id { {packageName } } \
134+ --git-repo-id stitch-connect-python \
135135 -p packageVersion={ {packageVersion} } \
136136 -t templates
137137```
You can’t perform that action at this time.
0 commit comments