Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bodrovis committed Nov 1, 2024
1 parent 9d0f7b7 commit 4318672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/templates/lokalise_rails_config.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

if defined?(LokaliseRails) && defined?(LokaliseRails::GlobalConfig)
if defined?(LokaliseRails::GlobalConfig)
LokaliseRails::GlobalConfig.config do |c|
# These are mandatory options that you must set before running rake tasks:
# c.api_token = ENV['LOKALISE_API_TOKEN']
Expand Down

0 comments on commit 4318672

Please sign in to comment.