Skip to content

Commit b2a6ab8

Browse files
committed
use numeric group name when generating local files
1 parent 92b4c82 commit b2a6ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function generate-ci {
4141
# generate the lib from a local file in current directory
4242
function generate-from-local {
4343
cleanup
44-
docker run --user "$(id -u)":"$(id -gn)" --rm -v "${PWD}":/local "$docker_image" generate -i /local/openapi.yaml -l python -o /local/"$lib" -c /local/config.json --git-user-id elabftw --git-repo-id elabapi-python
44+
docker run --user "$(id -u)":"$(id -g)" --rm -v "${PWD}":/local "$docker_image" generate -i /local/openapi.yaml -l python -o /local/"$lib" -c /local/config.json --git-user-id elabftw --git-repo-id elabapi-python
4545
}
4646

4747
function build {

0 commit comments

Comments
 (0)