Skip to content
This repository was archived by the owner on Dec 8, 2021. It is now read-only.

Commit 9543643

Browse files
authored
cleanup: fix quoting in generate-readme.sh (#103)
* cleanup: fix quoting in generate-readme.sh
1 parent 83f18ba commit 9543643

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Google Google Cloud C++ Client Common Libraries
22

3-
<!-- This file is automatically generated by ci/test-readme/$(basename "$0") -->
3+
<!-- This file is automatically generated by ci/test-readme/generate-readme.sh -->
44

55
This repository contains common types and functions used by the
66
Google Cloud C++ Client Libraries.

ci/test-readme/generate-readme.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ _EOF_
3131

3232
readonly DOCKERFILES_DIR="${BINDIR}/../kokoro/readme"
3333

34-
cat <<'_EOF_'
34+
cat <<_EOF_
3535
# Google Google Cloud C++ Client Common Libraries
3636
3737
<!-- This file is automatically generated by ci/test-readme/$(basename "$0") -->

0 commit comments

Comments
 (0)