x

Programs, configuration and documentation that don't fit anywhere else
Log | Files | Refs | README | LICENSE

commit 22e51464279b6d59942cf0b917638f4b362171aa
parent 2cf1816d1f7c86b838ca56230766aa9de213c3ab
Author: Oliver Lowe <o@olowe.co>
Date:   Sat,  6 May 2023 22:47:09 +1000

webpaste: correct param name

Diffstat:
Mbin/webpaste | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/webpaste b/bin/webpaste @@ -12,4 +12,4 @@ then exit 1 fi -curl -s -F clbin="$file" https://clbin.com +curl -s -F "text=$file" https://webpaste.olowe.co/paste