From 2196ecc5cbe226490ed795db96470d72ec48ead3 Mon Sep 17 00:00:00 2001 From: Chad Scharf <3904944+cscharf@users.noreply.github.com> Date: Thu, 14 May 2020 12:45:22 -0400 Subject: [PATCH] Removed trailing comma --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 6f24f02d8f..d16262216a 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -131,7 +131,7 @@ function distSafariApp(cb, subBuildPath) { '--sign', 'C1921E2FC7B9C2E9F1EAD9BD249CB1507505A862', '--entitlements', - entitlementsPath, + entitlementsPath ]; if (subBuildPath !== 'dmg') { args = [