From 37187e5199805fcc8d9bc4f5506c761d06beede5 Mon Sep 17 00:00:00 2001 From: Simon Hirst Date: Thu, 14 Jul 2022 09:31:36 +0100 Subject: [PATCH] Removing quotes from SOURCE_BRANCH value --- source-branch.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source-branch.env b/source-branch.env index cb21635..b382c04 100644 --- a/source-branch.env +++ b/source-branch.env @@ -2,6 +2,6 @@ # SOURCE_BRANCH is the repository branch name for this release stream. # It should be updated when a new release fork is created but not for testing of personal builds or pre-fork updates. -SOURCE_BRANCH ?= 'private-master' +SOURCE_BRANCH ?= private-master ###########################################################################################################################################################