Commit 1e9e96747297f0bc668e2e4ddb85e67d2031c4e5

Authored by Jesse Keating
1 parent 9fdde61cdf

Update boxen-my-config for the proper login env

Showing 1 changed file with 2 additions and 2 deletions 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"]