summaryrefslogtreecommitdiff
path: root/dot_anypaste-plugins/executable_brpaste
diff options
context:
space:
mode:
authorChloe Kudryavtsev <toast@toast.cafe>2020-05-07 12:38:22 -0400
committerChloe Kudryavtsev <toast@toast.cafe>2020-05-07 12:38:22 -0400
commit497d8d2302355523673dac2ab3e431f665bd070c (patch)
tree7f3db8d194508c1b825c7310ae7acd03d689452b /dot_anypaste-plugins/executable_brpaste
parentzsh: add jump (diff)
update anypaste plugins
Diffstat (limited to '')
-rw-r--r--dot_anypaste-plugins/executable_brpaste2
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_anypaste-plugins/executable_brpaste b/dot_anypaste-plugins/executable_brpaste
index 7d36ca4..bb5afb9 100644
--- a/dot_anypaste-plugins/executable_brpaste
+++ b/dot_anypaste-plugins/executable_brpaste
@@ -9,7 +9,7 @@ case $1 in
upload)
brpaste_id=$(curl -#fF "data=<$ap_path" "$brpaste_host") \
|| { echo 'ERROR: Upload failed!' >&2 && exit 1; }
- echo >&2
+ echo
echo "Link: $brpaste_host/$brpaste_id"
echo "Direct: $brpaste_host/raw/$brpaste_id"
echo