From c803a714fa0d3f43b1b8ee1120305fe5f6f92a4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Sat, 11 Jan 2020 11:31:16 +0100 Subject: [PATCH] =?UTF-8?q?I=20don't=20know=20how=20to=20write=20the=20wor?= =?UTF-8?q?d=20=E2=80=9Cexplanation=E2=80=9C...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- export_lists.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/export_lists.sh b/export_lists.sh index 56c8b1c..b294a0d 100755 --- a/export_lists.sh +++ b/export_lists.sh @@ -94,5 +94,5 @@ if [ -d explanations ] then filename="$(date -Isec).txt" ./export.py --explain > "explanations/$filename" - ln --force --symbolic "$filename" "explainations/latest.txt" + ln --force --symbolic "$filename" "explanations/latest.txt" fi