summaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
authorChloe Kudryavtsev <toast@toastin.space>2019-03-03 18:40:40 -0500
committerChloe Kudryavtsev <toast@toastin.space>2019-03-03 18:40:40 -0500
commitf57260c16dde84c3eeab92743e2bbf8d78f94f02 (patch)
tree8a4a8f1c6fce29c5baac6aee9d728d3da6115d18 /client
parentUpdate dependencies (libasync) (diff)
brpaste.xyz is launched! update anypaste script
Diffstat (limited to 'client')
-rwxr-xr-xclient/brpaste.anypaste2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/brpaste.anypaste b/client/brpaste.anypaste
index 02e565f..c7bb0bb 100755
--- a/client/brpaste.anypaste
+++ b/client/brpaste.anypaste
@@ -1,6 +1,6 @@
#!/bin/sh
-: "${brpaste_host:=https://p.toastin.space}"
+: "${brpaste_host:=https://brpaste.xyz}"
c() {
curl -F "$1=<-" "$brpaste_host" < "$2" || return 1