Update boxen-my-config for the proper login env

This commit is contained in:
Jesse Keating 2013-02-22 23:53:32 -08:00
parent 9fdde61cdf
commit 1e9e967472

View file

@ -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"]