diff --git a/script/boxen-my-config b/script/boxen-my-config index 66050b4..73d5c78 100755 --- a/script/boxen-my-config +++ b/script/boxen-my-config @@ -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"]