From efb480a4494a40689fc2a6c91bdd8f278b4e2fc0 Mon Sep 17 00:00:00 2001 From: John David Pressman Date: Sat, 8 Jun 2019 01:57:32 -0700 Subject: [PATCH] Fix typos/miscalls, minor tweaks --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index cceb4f50b..9f2fef049 100644 --- a/makefile +++ b/makefile @@ -6,7 +6,7 @@ install: build-deps: # Create opam dev switch locally for use with Ligo, add merlin/etc - scripts/create_dev_switch.sh + scripts/setup_dev_switch.sh # Set up the local ligo opam repository so that it can be built scripts/setup_ligo_opam_repository.sh # Install OCaml build dependencies for Ligo