From d91176713e859cb3df39bfc312175ec811172878 Mon Sep 17 00:00:00 2001 From: dan Date: Mon, 26 Oct 2020 12:24:02 -0600 Subject: [PATCH] Fix syntax error --- drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drone.yml b/drone.yml index 61d9a20..799a0e6 100644 --- a/drone.yml +++ b/drone.yml @@ -11,7 +11,7 @@ steps: - "cd Client" - "npm install" - "node node_modules/@angular/cli/bin/ng build --prod --configuration=production" - - "cd ../"" + - "cd ../" - "tree" when: event: