From 2f45ec3b6d36deb1796f5c976c947fa2a605fc0c Mon Sep 17 00:00:00 2001 From: Christopher Monsanto Date: Fri, 14 Aug 2020 06:25:37 -0400 Subject: [PATCH] dumb typo --- tools/deploy/script.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/deploy/script.ts b/tools/deploy/script.ts index 5d8efad9..822f351c 100644 --- a/tools/deploy/script.ts +++ b/tools/deploy/script.ts @@ -55,7 +55,7 @@ export class ActionQueue { if (entry.type === 'Copy') { let addendum = ''; if (entry.valid !== 'Success') { - addendum = ` ($entry.valid)`; + addendum = ` (${entry.valid})`; } console.log(`${entry.src} ==> ${entry.dst}${addendum}`); }