From eb26d0d826a6992bc6dec79681eeb8196c0a11e1 Mon Sep 17 00:00:00 2001 From: JamesIves Date: Sun, 19 Jan 2020 16:19:53 -0500 Subject: [PATCH] Update git.js --- lib/git.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/git.js b/lib/git.js index e6e02939..ac38e175 100644 --- a/lib/git.js +++ b/lib/git.js @@ -27,7 +27,7 @@ function init() { } if (constants_1.action.build.startsWith("/") || constants_1.action.build.startsWith("./")) { core_1.setFailed(`The deployment folder cannot be prefixed with '/' or './'. Instead reference the folder name directly.`); - throw Error("Incorrectly formatted build folder."); + throw Error("Incorrectly formatted build folder. The deployment folder cannot be prefixed with '/' or './'. Instead reference the folder name directly."); } console.log(`Deploying using ${constants_1.tokenType}... 🔑`); yield execute_1.execute(`git init`, constants_1.workspace);