rename load! to load_env!
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ module Foreman
|
||||
class AppDoesNotExist < Exception; end
|
||||
|
||||
# load contents of env_file into ENV
|
||||
def self.load!(env_file = './.env')
|
||||
def self.load_env!(env_file = './.env')
|
||||
require 'foreman/engine'
|
||||
Foreman::Engine.load_env(env_file)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user