From 3622f8cad7e388a865da28399d54c0a0ed1c8339 Mon Sep 17 00:00:00 2001 From: Ricky Barrette Date: Sat, 19 Mar 2022 05:16:26 -0400 Subject: [PATCH] Added space --- lib/issue_patch.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/issue_patch.rb b/lib/issue_patch.rb index b7c1ecd..6aac525 100644 --- a/lib/issue_patch.rb +++ b/lib/issue_patch.rb @@ -79,7 +79,7 @@ module IssuePatch next if item.nil? # Create the new billable time entry and upload it - time_entry.description = "#{tracker} ##{id}: #{subject} #{"(Partial @ #{done_ratio}%)" if not closed?}" + time_entry.description = "#{tracker} ##{id} : #{subject} #{"(Partial @ #{done_ratio}%)" if not closed?}" time_entry.employee_id = assigned_to.employee_id time_entry.customer_id = customer_id time_entry.billable_status = "Billable"