Skip to content

Commit

Permalink
v7.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ninoseki committed Sep 10, 2024
1 parent 01f4788 commit ffc6ecf
Show file tree
Hide file tree
Showing 5 changed files with 388 additions and 697 deletions.
4 changes: 1 addition & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ def build_swagger_doc(path)
recursive_delete json, key
end

f = File.open(path, "w")
f.write json.to_yaml
f.close
File.write(path, json.to_yaml)
end

namespace :build do
Expand Down
Loading

0 comments on commit ffc6ecf

Please sign in to comment.