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