Skip to content

Commit

Permalink
Ruby 3.2 compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
scarroll32 authored Apr 2, 2023
1 parent 5ceffe4 commit 5a1c5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/capistrano/tasks/figaro_yml.rake
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ end
namespace :figaro_yml do

task :check_figaro_file_exists do
next if File.exists?(figaro_yml_local_path)
next if File.exist?(figaro_yml_local_path)
check_figaro_file_exists_error
exit 1
end
Expand Down

0 comments on commit 5a1c5bd

Please sign in to comment.