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