Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Condon committed Mar 14, 2013
1 parent 6c1de36 commit f56fed2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions lib/build.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/build.coffee
Expand Up @@ -17,7 +17,7 @@ module.exports = class
constructor: (ops, packageManagers) ->
@_jam = packageManagers.packageManagers.jam
@_directory = process.cwd()
@_output = @_directory + "/" + (dref.get(ops.pkg, "jam.public.vendor") or "jam");
@_output = @_directory + "/" + (dref.get(ops.pkg, "jam.packageDir") or "jam");


###
Expand Down

0 comments on commit f56fed2

Please sign in to comment.