Skip to content

Commit 0041bbc

Browse files
committed
update generator command
1 parent 49c06ca commit 0041bbc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

git_push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if [ "$git_user_id" = "" ]; then
1919
fi
2020

2121
if [ "$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"
2424
fi
2525

templates/README.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)