Skip to content

Commit

Permalink
s/iojs/nodejs for nightly builder
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Jun 1, 2015
1 parent d3057b4 commit f08d43b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions setup/ansible-inventory
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ iojs-build-containers-2
iojs-ns-pi1-1
iojs-ns-pi1-2
iojs-ns-pi1p-1
iojs-ns-pi1p-2
iojs-ns-pi1p-3
iojs-ns-pi1p-4
iojs-ns-pi1p-5
iojs-ns-pi2-1
iojs-ns-pi2-2
iojs-ns-pi2-3
Expand Down
2 changes: 1 addition & 1 deletion tools/nightly-builder/latest-commit.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function latestCommit (type, callback) {
if (!ref)
throw new Error(`Unknown type "${type}"`)

ghrepos.getRef(null, 'iojs', 'io.js', ref, function (err, data) {
ghrepos.getRef(null, 'nodejs', 'io.js', ref, function (err, data) {
if (err)
return callback(err)

Expand Down

0 comments on commit f08d43b

Please sign in to comment.