We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8dfa85 commit 48ade31Copy full SHA for 48ade31
Rakefile
@@ -20,7 +20,7 @@ task :generate do
20
# Remove existing generated files to ensure old files are not included in the gem
21
sh "rm -r docs/ lib/ynab/models/"
22
# Generate the client
23
- sh "openapi-generator generate -i ./#{spec_filename} -g ruby -c config.yaml -o ./"
+ sh "openapi-generator generate -i ./#{spec_filename} -g ruby -c openapi-generator-config.yaml -o ./"
24
end
25
26
task :get_current_version do
config.yaml openapi-generator-config.yamlconfig.yaml renamed to openapi-generator-config.yaml
0 commit comments