fastlane/lib/fastlane/helper/dotenv_helper.rb in fastlane-2.217.0 vs fastlane/lib/fastlane/helper/dotenv_helper.rb in fastlane-2.218.0

- old
+ new

@@ -20,10 +20,10 @@ Dir.glob(File.join(dir, '*.env*'), File::FNM_DOTMATCH).count > 0 end end # loads the dotenvs. First the .env and .env.default and - # then override with all speficied extra environments + # then override with all specified extra environments def self.load_dot_envs_from(env_cl_param, base_path) require 'dotenv' # Making sure the default '.env' and '.env.default' get loaded env_file = File.join(base_path, '.env')