~edwargix/git.sr.ht

791b8df969dff8953edbc4819ab7a0b77570a6fb — Drew DeVault 6 years ago 4defb1d
Wow I should test things before I push them
1 files changed, 1 insertions(+), 1 deletions(-)

M gitsrht/blueprints/repo.py
M gitsrht/blueprints/repo.py => gitsrht/blueprints/repo.py +1 -1
@@ 191,7 191,7 @@ def archive(owner, repo, ref):
    git_repo = CachedRepository(repo.path)
    commit, ref = lookup_ref(git_repo, ref)

    path = f"/tmp/{commit.id.hex}{binascii.hexlify(os.urandom(8)}.tar.gz"
    path = f"/tmp/{commit.id.hex}{binascii.hexlify(os.urandom(8))}.tar.gz"
    try:
        args = [
            "git",