From c71b282ac8abd29f282d79fc58b846d655c245f9 Mon Sep 17 00:00:00 2001 From: John Crepezzi Date: Mon, 21 Nov 2011 17:29:47 -0500 Subject: [PATCH] Update default haste URL --- lib/haste.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/haste.rb b/lib/haste.rb index 9ef38ba..37dffaa 100644 --- a/lib/haste.rb +++ b/lib/haste.rb @@ -2,7 +2,7 @@ require 'json' module Haste - DEFAULT_URL = 'http://localhost:7777' + DEFAULT_URL = 'http://hastebin.com' class CLI