Skip to content

Commit

Permalink
Merge pull request #2 from RepairShopr/ruby-3-2-6-upgrade
Browse files Browse the repository at this point in the history
Ruby 3.2 upgrade
  • Loading branch information
ajay-syncromsp authored Nov 14, 2024
2 parents 4d881ab + 48acdca commit 4c9ecd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/tml.rake
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ namespace :tml do

desc 'initializes tml'
task :init => :environment do
unless File.exists?("#{Rails.root}/config/initializers/tml.rb")
unless File.exist?("#{Rails.root}/config/initializers/tml.rb")
root = File.expand_path('../templates', __FILE__)
system "cp #{root}/tml.rb #{Rails.root}/config/initializers"
puts 'Please update config/initializers/tml.rb with your application token'
Expand Down

0 comments on commit 4c9ecd3

Please sign in to comment.