Skip to content

Commit 58886af

Browse files
committed
remove old build comment
1 parent 92a51cf commit 58886af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration-test/integration_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build integration
1+
//go:build integration
22

33
/*
44
* Copyright 2020 New Relic Corporation. All rights reserved.
@@ -27,7 +27,7 @@ import (
2727
"github.com/vmware/govmomi/vim25"
2828
)
2929

30-
//This can set whn running the test as -ldflags "-X github.com/newrelic/nri-winservices/test.integrationPath="
30+
// This can set when running the test as -ldflags "-X github.com/newrelic/nri-winservices/test.integrationPath="
3131
var (
3232
integrationPath = "../bin/nri-vsphere"
3333
)

0 commit comments

Comments
 (0)