Skip to content

Commit 1b19daa

Browse files
rgolanghyaacov
andauthored
Update cmd/vsphere-xcopy-volume-populator/Makefile
Co-authored-by: Yaacov Zamir <kobi.zamir@gmail.com>
1 parent ef2c5ed commit 1b19daa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • cmd/vsphere-xcopy-volume-populator

cmd/vsphere-xcopy-volume-populator/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SHELL = /usr/bin/env bash -o pipefail
44
.SHELLFLAGS = -ec
55

66
# The build version which relies on release engineering setting tags that starts with 'v' like v2.10.4
7-
VERSION := $(shell git describe --always --tags --match 'v*' || echo "0.0.0-dev")
7+
VERSION := $(shell git describe --always --tags --match 'v*' 2>/dev/null || echo "v0.0.0-dev")
88
SCRIPT_VERSION := $(shell sh vmkfstools-wrapper/vmkfstools_wrapper.sh --version --output simple)
99

1010
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)

0 commit comments

Comments
 (0)