Skip to content

Commit

Permalink
Remove ()
Browse files Browse the repository at this point in the history
  • Loading branch information
seejohnrun committed Apr 23, 2012
1 parent 859de52 commit 5d88f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/haste.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def start

def server
return @server if @server
@server = ENV['HASTE_SERVER'].dup() || Haste::DEFAULT_URL
@server = ENV['HASTE_SERVER'].dup || Haste::DEFAULT_URL
@server.chop! if server.end_with?('/')
@server
end
Expand Down

0 comments on commit 5d88f11

Please sign in to comment.