From 2a81361c896d8144754ca9c09219b469a90de28a Mon Sep 17 00:00:00 2001 From: Matt Proud Date: Mon, 30 Jan 2023 11:20:45 +0000 Subject: [PATCH] fix issue with manifest template --- README.md | 6 +++--- cmd/docs.go | 6 +++--- scripts/build.sh | 2 ++ 3 files changed, 8 insertions(+), 6 deletions(-) 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