From 1e9e96747297f0bc668e2e4ddb85e67d2031c4e5 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Fri, 22 Feb 2013 23:53:32 -0800 Subject: [PATCH] Update boxen-my-config for the proper login env --- script/boxen-my-config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]