From 1f975e10b988a48b8a012d74c6903cb546ab0874 Mon Sep 17 00:00:00 2001 From: VG Date: Thu, 16 Jun 2016 12:20:50 +0200 Subject: fix pasteme script to go to the https version --- scripts/pasteme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pasteme b/scripts/pasteme index c6b9d3f..2f8f1d2 100755 --- a/scripts/pasteme +++ b/scripts/pasteme @@ -2,7 +2,7 @@ tempfile="$(mktemp)" cat "${1:--}" > $tempfile curl -w '%{redirect_url}\n' --data-urlencode content@$tempfile \ - http://paste.devys.org/ + https://paste.devys.org/ rc=$? rm $tempfile exit $rc -- cgit v1.2.3