Skip to content
This repository has been archived by the owner on Apr 5, 2018. It is now read-only.

Commit

Permalink
Pass build dir to release script [#2]
Browse files Browse the repository at this point in the history
  • Loading branch information
peterkeen committed May 16, 2012
1 parent be81015 commit c417d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mason/buildpack.rb
Expand Up @@ -47,7 +47,7 @@ def compile(app, env_file=nil, cache=nil)
end
raise "compile failed" unless $?.exitstatus.zero?
end
release = YAML.load(`#{script('release')}`)
release = YAML.load(`#{script('release')} "#{build_dir}"`)
write_env(compile_dir, release, env_file)
write_procfile(compile_dir, release)
compile_dir
Expand Down

0 comments on commit c417d0f

Please sign in to comment.