Skip to content

Commit

Permalink
Merge pull request #10 from scarroll32/master
Browse files Browse the repository at this point in the history
Ruby 3.2 compatibility
  • Loading branch information
chouandy authored Apr 3, 2023
2 parents 5ceffe4 + 5a1c5bd commit 660b546
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 660b546

Please sign in to comment.