From fd4c364a4f26bb314e8b92749a6232fdffeac284 Mon Sep 17 00:00:00 2001 From: Nick Chambers Date: Thu, 17 Nov 2022 19:00:53 -0600 Subject: [PATCH] Give clbin a proper URL --- dotlib/generic-post/util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotlib/generic-post/util.sh b/dotlib/generic-post/util.sh index b5bba30..af86e49 100644 --- a/dotlib/generic-post/util.sh +++ b/dotlib/generic-post/util.sh @@ -24,5 +24,5 @@ awk-find() { } clbin() { - tail -n +1 -- "$@" | curl -sSF 'clbin=<-' + tail -n +1 -- "$@" | curl -sSF 'clbin=<-' https://clbin.com }