From 3869511ebb68495647ccf53694205e53158c578a Mon Sep 17 00:00:00 2001 From: Tom Raterman Date: Mon, 13 Apr 2020 11:48:28 -0400 Subject: [PATCH] I no code gud --- PartSource.Automation/Jobs/UpdatePricing.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PartSource.Automation/Jobs/UpdatePricing.cs b/PartSource.Automation/Jobs/UpdatePricing.cs index 0223b03..3cbb002 100644 --- a/PartSource.Automation/Jobs/UpdatePricing.cs +++ b/PartSource.Automation/Jobs/UpdatePricing.cs @@ -89,7 +89,7 @@ namespace PartSource.Automation.Jobs return new AutomationJobResult { - Message = $"Failed to get the next set of products from Shopify.\n\n {ex}\n\n {updateCount} products were able to be updated. {", + Message = $"Failed to get the next set of products from Shopify.\n\n {ex}\n\n {updateCount} products were able to be updated.", IsSuccess = false }; }