Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ferblape committed Dec 15, 2024
1 parent 7906935 commit 76b5f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gobierto_budgets_data/file_uploader_service/local.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def upload!
end

def uploaded_file_exists?
File.exists?(file_path)
File.exist?(file_path)
end

private
Expand Down

0 comments on commit 76b5f28

Please sign in to comment.