Commit 0ab88d8b302614bef7d6d232664fb1d7e1783baa

Authored by Will Farrington

Merge pull request #74 from j2sol/master

Update boxen-my-config for the proper login env

Showing 1 changed file Side-by-side Diff

script/boxen-my-config
1 1 #!/usr/bin/env ruby
2 2 # Show the path to your manifest in Boxen, creating if necessary.
3 3  
4   -user = ENV["GH_LOGIN"]
  4 +user = ENV["BOXEN_GITHUB_LOGIN"]
5 5  
6 6 unless user
7   - abort "GH_LOGIN is not defined. Please re-run Boxen."
  7 + abort "BOXEN_GITHUB_LOGIN is not defined. Please re-run Boxen."
8 8 end
9 9  
10 10 editor = ENV["VISUAL"] || ENV["EDITOR"]