From fd110e6004e93d46b595ddcf2a4b1f59771752ef Mon Sep 17 00:00:00 2001 From: Jonathan Duck Date: Fri, 22 Feb 2019 09:43:34 -0800 Subject: [PATCH] buffalo: fix binary name (#3161) --- buffalo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buffalo.json b/buffalo.json index 6a33a0d7f4..8aeffd2002 100644 --- a/buffalo.json +++ b/buffalo.json @@ -7,7 +7,7 @@ "hash": "19606a46becc689105bff7939099c32a044fa93eceecc4f11bfc300751e591bc", "bin": [ [ - "buffalo-no-sqlite.exe", + "buffalo.exe", "buffalo" ] ],