Skip to content

Commit

Permalink
changed the auto update URL to a new server
Browse files Browse the repository at this point in the history
  • Loading branch information
bawNg committed Jan 13, 2014
1 parent a41ac27 commit fa2993c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ptsync.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
require './helpers'

PT_SYNC_BRANCH = :beta
PT_SYNC_VERSION = 2.1
PT_SYNC_VERSION = 2.2

UPDATE_URL_BASE = "http://germ.intoxicated.co.za/ns2/ptsync#{'/beta' if PT_SYNC_BRANCH == :beta}"
UPDATE_URL_BASE = "http://41.86.98.15/ns2/ptsync#{'/beta' if PT_SYNC_BRANCH == :beta}"

$stdout.sync = $stderr.sync = true

Expand Down

0 comments on commit fa2993c

Please sign in to comment.