Update boxen-my-config for the proper login env
This commit is contained in:
parent
9fdde61cdf
commit
1e9e967472
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
#!/usr/bin/env ruby
|
||||
# Show the path to your manifest in Boxen, creating if necessary.
|
||||
|
||||
user = ENV["GH_LOGIN"]
|
||||
user = ENV["BOXEN_GITHUB_LOGIN"]
|
||||
|
||||
unless user
|
||||
abort "GH_LOGIN is not defined. Please re-run Boxen."
|
||||
abort "BOXEN_GITHUB_LOGIN is not defined. Please re-run Boxen."
|
||||
end
|
||||
|
||||
editor = ENV["VISUAL"] || ENV["EDITOR"]
|
||||
|
|
Loading…
Reference in a new issue