diff --git a/README.md b/README.md index db4b7c9..fdbcf26 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,8 @@ product: vmware_tools subproduct: vmtools version: "*" filename_globs: - - "VMware-Tools-darwin-*.tar.gz" - - "VMware-Tools-darwin-*.zip" + - "VMware-Tools-darwin-*.tar.gz" + - "VMware-Tools-darwin-*.zip" --- # This section will download the latest minor release from major version 10 # The single glob pattern will download 2 files @@ -69,7 +69,7 @@ product: vmware_tools subproduct: vmtools version: "10.*" filename_globs: - - "VMware-Tools-other-*" + - "VMware-Tools-other-*" --- ``` diff --git a/cmd/docs.go b/cmd/docs.go index fc5e1cf..5a314d2 100644 --- a/cmd/docs.go +++ b/cmd/docs.go @@ -36,8 +36,8 @@ product: vmware_tools subproduct: vmtools version: "*" filename_globs: - - "VMware-Tools-darwin-*.tar.gz" - - "VMware-Tools-darwin-*.zip" + - "VMware-Tools-darwin-*.tar.gz" + - "VMware-Tools-darwin-*.zip" --- # This section will download the latest minor release from major version 10 # The single glob pattern will download 2 files @@ -45,5 +45,5 @@ product: vmware_tools subproduct: vmtools version: "10.*" filename_globs: - - "VMware-Tools-other-*" + - "VMware-Tools-other-*" ---` diff --git a/scripts/build.sh b/scripts/build.sh index f122499..90b48ef 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -1,4 +1,6 @@ #!/bin/bash +# Copyright 2022 VMware, Inc. +# SPDX-License-Identifier: Apache 2.0 set -eu