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

Commit

Permalink
fix dict typo for deploy archiver docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lundjordan committed Jun 29, 2015
1 parent 78b596b commit b0067da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions relengapi/docs/deployment/archiver.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Example config::
}

ARCHIVER_S3_BUCKETS = {
'us-east-1', 'archiver-us-east-1',
'us-west-2', 'archiver-us-west-2'
'us-east-1': 'archiver-us-east-1',
'us-west-2': 'archiver-us-west-2'
}

ARCHIVER_HGMO_URL_TEMPLATE = "https://hg.mozilla.org/{repo}/archive/{rev}.{suffix}/{subdir}"

0 comments on commit b0067da

Please sign in to comment.