From 603555c90d22c628d87d43b3726f2d071289c2af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20Midb=C3=B8e?= Date: Wed, 22 Jan 2020 17:27:37 +0100 Subject: [PATCH] Removed extra charater in drone config --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 1d30242..140bbd7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: image: node:13.6.0 commands: - node -v - - yarn --version¨ + - yarn --version - name: deploy image: appleboy/drone-ssh pull: true