From 0db691e56644f8ea54924cfa7178487ca26de124 Mon Sep 17 00:00:00 2001 From: Rohit Arora Date: Mon, 18 Mar 2024 12:44:22 -0400 Subject: [PATCH] Address review comments --- Makefile | 4 ++-- cmd/dcgm-exporter/main.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 69433a43..76873b03 100644 --- a/Makefile +++ b/Makefile @@ -115,8 +115,8 @@ e2e-test: # Command for in-place substitution SED_CMD := sed -i$(shell uname -s | grep -q Darwin && echo " ''") -# Create list of paths to Go, YAML, README.md, and Makefile files -FILE_PATHS := $(shell find . -type f \( -name "*.go" -o -name "*.yaml" -o -name "README.md" -o -name "Makefile" \)) +# Create list of paths to YAML, README.md, and Makefile files +FILE_PATHS := $(shell find . -type f \( -name "*.yaml" -o -name "README.md" -o -name "Makefile" \)) # Replace the old version with the new version in specified files update-version: diff --git a/cmd/dcgm-exporter/main.go b/cmd/dcgm-exporter/main.go index 9eebe6b6..ad879b9d 100644 --- a/cmd/dcgm-exporter/main.go +++ b/cmd/dcgm-exporter/main.go @@ -25,7 +25,7 @@ import ( ) var ( - BuildVersion = "3.3.5-3.4.0" + BuildVersion = "Filled by the build system" ) func main() {