From ae89c8d79ba4a87bcf4db166cc798ca3b989f3ac Mon Sep 17 00:00:00 2001 From: James Ives Date: Sun, 10 Nov 2019 16:16:32 -0500 Subject: [PATCH] Update git.ts --- src/git.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/git.ts b/src/git.ts index e72681ab..90ac3e6a 100644 --- a/src/git.ts +++ b/src/git.ts @@ -86,7 +86,6 @@ export async function deploy(): Promise { /* Pushes all of the build files into the deployment directory. Allows the user to specify the root if '.' is provided. */ - });*/ if (action.build === '.') { await execute(`rsync -av --progress ${action.build}/. ${temporaryDeploymentDirectory} --exclude .git --exclude ${temporaryDeploymentDirectory}`, workspace)