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

Commit

Permalink
fix deb releases
Browse files Browse the repository at this point in the history
now that foreman is gone, a directory was missing
  • Loading branch information
dickeyxxx committed Aug 12, 2015
1 parent 66e048c commit 818d3be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/deb.rake
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ namespace :deb do


file dist("heroku-toolbelt-#{version}.apt/heroku-#{version}.deb") => distribution_files("deb") do |t|
mkdir_p File.dirname(t.name)
tempdir do
mkdir_p "usr/local/heroku"
cd "usr/local/heroku" do
Expand Down

0 comments on commit 818d3be

Please sign in to comment.