We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ae55b9 commit d2c359fCopy full SHA for d2c359f
1 file changed
scripts/library.sh
@@ -57,10 +57,6 @@ update_readme() {
57
local manifests_directory="$1"
58
local source_text="$2"
59
local destination_text="$3"
60
- local component_name="${4:-${COMPONENT_NAME:-}}"
61
- if [ -n "$component_name" ]; then
62
- echo "Updating README for ${component_name}..."
63
- fi
64
if [[ "$OSTYPE" == "darwin"* ]]; then
65
sed -i "" "s|$source_text|$destination_text|g" "${manifests_directory}/README.md" # BSD sed of Mac OSX
66
else
0 commit comments