This repository has been archived by the owner on Mar 25, 2023. It is now read-only.
Update local_file_write_text
function
#24
Labels
awaiting-review
An issue or pull request that needs to be reviewed
enhancement
New feature or request
help wanted
Extra attention is needed
T25m
Time Estimate 25 Minutes
The current definition:
gitea/lib/gitea.ex
Lines 196 to 208 in 26ee43a
can be simplify by removing the
File.touch!
asFile.write
will create the file if it doesn't exist, see https://hexdocs.pm/elixir/1.13/File.html#write/3The text was updated successfully, but these errors were encountered: