Skip to content

Commit c663124

Browse files
authored
Remove path relative to my home dir. (#4470)
1 parent 99204ec commit c663124

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bin/ci/php-symfony-petstore.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"generatorName": "php-symfony",
3-
"inputSpec": "/Users/jim/projects/openapi-generator/bin/../modules/openapi-generator/src/test/resources/2_0/petstore.yaml",
4-
"outputDir": "/Users/jim/projects/openapi-generator/bin/../samples/server/petstore/php-symfony/SymfonyBundle-php",
5-
"templateDir": "/Users/jim/projects/openapi-generator/bin/../modules/openapi-generator/src/main/resources/php-symfony"
3+
"inputSpec": "modules/openapi-generator/src/test/resources/2_0/petstore.yaml",
4+
"outputDir": "samples/server/petstore/php-symfony/SymfonyBundle-php",
5+
"templateDir": "modules/openapi-generator/src/main/resources/php-symfony"
66
}

0 commit comments

Comments
 (0)