Skip to content

Commit

Permalink
samples(java): fix bad character in samples.cfg from copy/paste (#626)
Browse files Browse the repository at this point in the history
Somehow an invisible character was copy/pasted into the file and Kokoro
cannot parse the file.
  • Loading branch information
chingor13 authored Jun 15, 2020
1 parent d1addcd commit 6d3eed6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ env_vars: {
}

env_vars: {
key: "SECRET_MANAGER_KEYS"
value: "java-docs-samples-service-account"
}
key: "SECRET_MANAGER_KEYS"
value: "java-docs-samples-service-account"
}

env_vars: {
key: "ENABLE_BUILD_COP"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ env_vars: {
}

env_vars: {
key: "SECRET_MANAGER_KEYS"
value: "java-docs-samples-service-account"
}
key: "SECRET_MANAGER_KEYS"
value: "java-docs-samples-service-account"
}

0 comments on commit 6d3eed6

Please sign in to comment.