Skip to content

Commit 94b156b

Browse files
author
Visnu Pitiyanuvath
committed
use jitsu.com 'cuz it's cooler
1 parent ffb2a26 commit 94b156b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/nko.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = function ping(code, callback) {
99
throw Error('Go to http://nodeknockout.com/teams/mine to get your code.');
1010

1111
var subdomain = process.env.SUBDOMAIN
12-
, hostname = subdomain ? subdomain + '.nodejitsu.com' : os.hostname();
12+
, hostname = subdomain ? subdomain + '.jitsu.com' : os.hostname();
1313

1414
var params = {
1515
hostname: hostname,

0 commit comments

Comments
 (0)