Skip to content

Commit

Permalink
fix issue with manifest template
Browse files Browse the repository at this point in the history
  • Loading branch information
laidbackware committed Jan 30, 2023
1 parent 64e7cba commit 2a81361
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,16 @@ 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
product: vmware_tools
subproduct: vmtools
version: "10.*"
filename_globs:
- "VMware-Tools-other-*"
- "VMware-Tools-other-*"
---
```

Expand Down
6 changes: 3 additions & 3 deletions cmd/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ 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
product: vmware_tools
subproduct: vmtools
version: "10.*"
filename_globs:
- "VMware-Tools-other-*"
- "VMware-Tools-other-*"
---`
2 changes: 2 additions & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
# Copyright 2022 VMware, Inc.
# SPDX-License-Identifier: Apache 2.0

set -eu

Expand Down

0 comments on commit 2a81361

Please sign in to comment.