From a1e17bad9d252e976bd844a62abc8a34665449e3 Mon Sep 17 00:00:00 2001 From: Bryan Jenks Date: Thu, 7 May 2020 14:05:14 -0700 Subject: [PATCH] fix function close brace --- flash | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flash b/flash index f6d937a..9930218 100755 --- a/flash +++ b/flash @@ -114,8 +114,7 @@ setup(){\ mkdir "$DIR" && \ eval touch {"$EXAMPLE_DECK","$HIGH_SCORE","$REVIEW_LOG"} && \ echo "$DECK_TEMPLATE" >> "$EXAMPLE_DECK" && \ - echo -e "$DIR_MADE_MSG" \ -;} + echo -e "$DIR_MADE_MSG" ;} # Test if .local/share exists and wether to offer setup process if [ ! -d "$DIR" ];then