From 0a5fc199ae004d7fb008dc8af567ff6864ca32b0 Mon Sep 17 00:00:00 2001 From: espe-on Date: Wed, 21 Oct 2020 10:48:55 +0100 Subject: [PATCH] Fixed missing double quote --- signalboost.dhall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/signalboost.dhall b/signalboost.dhall index 30c1dc3..62ac505 100644 --- a/signalboost.dhall +++ b/signalboost.dhall @@ -84,7 +84,7 @@ in [ Person::{ , Person::{ , name = "Joseph Crawley" , tags = - [ "javascript", "react", "csharp", "python", "full-stack", "web", "bash", "linux ] + [ "javascript", "react", "csharp", "python", "full-stack", "web", "bash", "linux" ] , gitLink = "https://github.com/espe-on" , twitter = "https://twitter.com/espe_on_" }