Use the new namespace in Atlas config
This commit is contained in:
parent
62065e013a
commit
bb7b954a5f
|
@ -139,12 +139,8 @@ module VagrantPlugins
|
||||||
# @return [String, nil]
|
# @return [String, nil]
|
||||||
# the token, or nil if it does not exist
|
# the token, or nil if it does not exist
|
||||||
def token_from_vagrant_login(env)
|
def token_from_vagrant_login(env)
|
||||||
if defined?(VagrantPlugins::Login::Client)
|
client = VagrantPlugins::LoginCommand::Client.new(env)
|
||||||
client = VagrantPlugins::Login::Client.new(env)
|
client.token
|
||||||
return client.token
|
|
||||||
end
|
|
||||||
|
|
||||||
nil
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue