Skip to content

Commit

Permalink
typo fix (#1702)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevma50287 authored and youfoundmanesh committed Oct 8, 2024
1 parent 919352c commit 50d2d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/deploy_env.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ def self.non_production_env?
end

def self.non_test_env?
deploy_env =! :test
deploy_env != :test
end
end

0 comments on commit 50d2d0c

Please sign in to comment.