Skip to content

Commit 2fc1687

Browse files
authored
fix typo (#942)
* fix typo
1 parent 0133f12 commit 2fc1687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/etl_worker/app-batch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ env_variables:
4444
RELEASE_TAG: ${TRAVIS_TAG}
4545
COMMIT_HASH: ${TRAVIS_COMMIT}
4646

47-
PROMETHEUSX_LISTEN_ADDRESS: ':9090' . # Must match one of the forwarded_ports above.
47+
PROMETHEUSX_LISTEN_ADDRESS: ':9090' # Must match one of the forwarded_ports above.
4848
BATCH_SERVICE: 'true' # Allow instances to discover they are BATCH instances.
4949
MAX_WORKERS: 20
5050
BIGQUERY_PROJECT: '${INJECTED_PROJECT}' # Overrides GCLOUD_PROJECT

0 commit comments

Comments
 (0)