From e3b245f102f8e43782987a48348d416263f8709c Mon Sep 17 00:00:00 2001 From: Benjamin Grandfond Date: Fri, 14 Jun 2013 04:43:56 +0300 Subject: [PATCH] Replace dashes by underscores in GitHub usernames --- script/boxen-my-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/boxen-my-config b/script/boxen-my-config index cfe20d8..bc51f79 100755 --- a/script/boxen-my-config +++ b/script/boxen-my-config @@ -9,7 +9,7 @@ end editor = ENV["VISUAL"] || ENV["EDITOR"] home = ENV["BOXEN_HOME"] + "/repo" -user = user.downcase +user = user.downcase.tr('-', '_') path = "#{home}/modules/people/manifests/#{user}.pp" unless File.exist? path