Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
rename to vulcan-make
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Dec 12, 2012
1 parent 8bf8a5d commit efafcbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/web.coffee
Expand Up @@ -46,7 +46,7 @@ app.post "/make", (req, res, next) ->
res.write "done\n"
res.write "Building with: #{command}\n"
log.info "spawning build"
make = spawner.spawn "bin/make \"#{id}\"", env:
make = spawner.spawn "bin/vulcan-make \"#{id}\"", env:
CLOUDANT_URL: process.env.CLOUDANT_URL
PATH: process.env.PATH
make.on "error", (err) -> log.error(err)
Expand Down

0 comments on commit efafcbe

Please sign in to comment.