diff options
-rwxr-xr-x | scripts/pasteme | 2 |
1 files changed, 1 insertions, 1 deletions
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 |