Merge pull request #74 from j2sol/master

Update boxen-my-config for the proper login env
This commit is contained in:
Will Farrington 2013-02-26 22:07:36 -08:00
commit 0ab88d8b30

View file

@ -1,10 +1,10 @@
#!/usr/bin/env ruby #!/usr/bin/env ruby
# Show the path to your manifest in Boxen, creating if necessary. # Show the path to your manifest in Boxen, creating if necessary.
user = ENV["GH_LOGIN"] user = ENV["BOXEN_GITHUB_LOGIN"]
unless user unless user
abort "GH_LOGIN is not defined. Please re-run Boxen." abort "BOXEN_GITHUB_LOGIN is not defined. Please re-run Boxen."
end end
editor = ENV["VISUAL"] || ENV["EDITOR"] editor = ENV["VISUAL"] || ENV["EDITOR"]