From 5187d6db53298ce6d350c4045d593735da6a5bf0 Mon Sep 17 00:00:00 2001 From: Jeff Grafton Date: Wed, 2 Aug 2017 14:56:23 -0700 Subject: [PATCH] Fix typo in test/images/port-forward-tester/Makefile --- test/images/port-forward-tester/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/images/port-forward-tester/Makefile b/test/images/port-forward-tester/Makefile index c6a37e9bc0e..576ef5173ff 100644 --- a/test/images/port-forward-tester/Makefile +++ b/test/images/port-forward-tester/Makefile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -SRSC=portforwardtester +SRCS=portforwardtester ARCH ?= amd64 TARGET ?= $(CURDIR) GOLANG_VERSION ?= latest