Skip to content

Commit

Permalink
Use latest promulgate (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
҈҈҈Luiz Branco authored Oct 12, 2017
1 parent 6a56564 commit fe1415b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PKG=github.com/manifoldco/manifold-cli
STRIPE_PKEY=${STRIPE_PUBLISHABLE_KEY}
GO_BUILD=CGO_ENABLED=0 go build -i --ldflags="-w -X $(PKG)/config.Version=$(VERSION) -X $(PKG)/config.StripePublishableKey=$(STRIPE_PKEY)"

PROMULGATE_VERSION=0.0.7
PROMULGATE_VERSION=0.0.8

rwildcard=$(foreach d,$(wildcard $1*),$(call rwildcard,$d/,$2) \
$(filter $(subst *,%,$2),$d))
Expand Down

0 comments on commit fe1415b

Please sign in to comment.