From 919623dd1af2501d85497b3dc2a0af177b4de1e3 Mon Sep 17 00:00:00 2001
From: Will McCutchen <will@mccutch.org>
Date: Mon, 1 Jul 2019 16:58:16 -0700
Subject: [PATCH] Dumb ass makefile fix (carelessly broken in 0dff7f47a for GAE
 support)

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 73c75ca..9a571e4 100644
--- a/Makefile
+++ b/Makefile
@@ -67,7 +67,7 @@ run: build
 # =============================================================================
 # docker images
 # =============================================================================
-image: assets cmd/go-httpbin/*.go httpbin/*.go
+image: assets cmd/go_httpbin/*.go httpbin/*.go
 	docker build -t mccutchen/go-httpbin:$(VERSION) .
 
 imagepush: image
-- 
GitLab