Skip to content

Commit ce16189

Browse files
author
Aaron Schlesinger
committed
doc(src/installing-deis/configuring-object-storage.md): clarify the "it" pronoun
1 parent 30527a1 commit ce16189

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/installing-deis/configuring-object-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The builder looks for the below environment variables to determine where the obj
3838
- They are set automatically by Kubernetes if you run [Minio](http://minio.io) as a service in the cluster
3939
- The [Helm chart for Deis](https://github.com/deis/charts/tree/master/deis-dev) installs Minio by default, so the Builder will use Minio by default.
4040

41-
The builder also uses an environment variable to determine the name of the bucket it should store build artifacts in. It uses `git` by default, but if your credentials (see below) don't have read and write access to it, you'll have to specify a different bucket. To do so, simply set the `BUCKET` environment variable to another value (`deis-builds`, for example).
41+
The builder also uses an environment variable to determine the name of the bucket it should store build artifacts in. It uses `git` by default, but if your credentials (see below) don't have read and write access to that bucket, you'll have to specify a different one. To do so, simply set the `BUCKET` environment variable to another value (`deis-builds`, for example).
4242

4343
### Credentials
4444

0 commit comments

Comments
 (0)