From 598811fbb5f32465536b6c095851c707d3bf0a62 Mon Sep 17 00:00:00 2001 From: Jesse Dohmann Date: Thu, 13 Apr 2023 15:30:14 -0500 Subject: [PATCH] update whitespace to hyphen --- lib/ascii_binder/engine.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ascii_binder/engine.rb b/lib/ascii_binder/engine.rb index 6a0d3a1..1c4c697 100644 --- a/lib/ascii_binder/engine.rb +++ b/lib/ascii_binder/engine.rb @@ -412,7 +412,7 @@ def generate_docs(branch_group,build_distro,single_page) end # Get the current distro / branch object - branch_config = AsciiBinder::DistroBranch.new('',{ "name" => "Branch Build", "dir" => local_branch },distro) + branch_config = AsciiBinder::DistroBranch.new('',{ "name" => "Branch-Build", "dir" => local_branch },distro) dev_branch = true if distro.branch_ids.include?(local_branch) branch_config = distro.branch(local_branch)