Skip to content

Commit

Permalink
Rename EOF to EOS
Browse files Browse the repository at this point in the history
  • Loading branch information
azatoth committed Mar 4, 2024
1 parent 1c845af commit c2c0c24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Homebrew/env_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ module EnvConfig
"proxying GitHub Packages. If `HOMEBREW_DOCKER_REGISTRY_TOKEN` is set, it will be used instead.",
},
HOMEBREW_DOCKER_REGISTRY_TOKEN: {
description: <<~EOF,
description: <<~EOS,
Use this bearer token for authenticating with a Docker registry proxying GitHub Packages.
Preferred over `HOMEBREW_DOCKER_REGISTRY_BASIC_AUTH_TOKEN`.
Expand All @@ -177,7 +177,7 @@ module EnvConfig
```bash
export HOMEBREW_DOCKER_REGISTRY_TOKEN=$(base64<<<$(git config github.token))
```
EOF
EOS
default_text: "`QQ==` unless `HOMEBREW_DOCKER_REGISTRY_BASIC_AUTH_TOKEN` is set.",
},
HOMEBREW_EDITOR: {
Expand Down

0 comments on commit c2c0c24

Please sign in to comment.