From 01079b081563ce51f5e334baaa00e8d97851b5a8 Mon Sep 17 00:00:00 2001 From: Travis Person Date: Thu, 16 Jan 2020 00:29:23 +0000 Subject: [PATCH] Fix fountain rice command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b839347dc..821891b9a 100644 --- a/Makefile +++ b/Makefile @@ -124,7 +124,7 @@ BINS+=townhall fountain: rm -f fountain go build -o fountain ./cmd/lotus-fountain - go run github.com/GeertJohan/go.rice/rice append --exec fountain -i ./cmd/lotus-fountain + go run github.com/GeertJohan/go.rice/rice append --exec fountain -i ./cmd/lotus-fountain -i ./build .PHONY: fountain BINS+=fountain