Skip to content

Commit

Permalink
use tmp/ for reset
Browse files Browse the repository at this point in the history
  • Loading branch information
wuputah committed May 22, 2012
1 parent 14bfc64 commit 437f82f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/heroku/command/repo.rb
Expand Up @@ -60,8 +60,8 @@ def download
def reset
run <<EOF
set -e
mkdir -p repo_tmp/unpack
cd repo_tmp/unpack
mkdir -p tmp/repo_tmp/unpack
cd tmp/repo_tmp/unpack
git init --bare .
tar -zcf ../repack.tgz .
curl -o /dev/null --upload-file ../repack.tgz '#{repo_put_url}'
Expand Down

0 comments on commit 437f82f

Please sign in to comment.