From 74a98b9caa7f9d1c40632824b4560ff27d8078f0 Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Wed, 14 Mar 2018 23:12:19 +0800 Subject: [PATCH] Fix typo in opam-release target --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c9c358d1..1b08bf0d 100644 --- a/Makefile +++ b/Makefile @@ -65,5 +65,5 @@ DIST_URI = https://github.com/ocaml/dune/releases/download/$(VERSION)/jbuilder-$ opam-release: topkg distrib --skip-build --skip-lint --skip-tests topkg publish distrib --verbose - topkg opam pkg --dist-uri='$DIST_URI' - topkg opam submit --dist-uri='$DIST_URI' + topkg opam pkg --dist-uri='$(DIST_URI)' + topkg opam submit --dist-uri='$(DIST_URI)'