From 98ef4dc5d57e06171a14bbf4f2e98c9280f32804 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Tue, 15 Dec 2020 09:27:28 +1100 Subject: [PATCH] Make dots even more resilient to curl dropouts (it'll just crash harmlessly no matter where it's split) --- local/bin/dots | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/bin/dots b/local/bin/dots index e86341e..ffb2f37 100755 --- a/local/bin/dots +++ b/local/bin/dots @@ -150,4 +150,4 @@ esac } -'main' "$@" +{'main' "$@"}