From e6994cd2d9a99ef4f15ca78ee1387ef333878bd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Sat, 1 Jun 2019 14:41:17 +0200 Subject: [PATCH] typo --- vendors/opam-repository-tools/rewrite-local-opam-repository.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendors/opam-repository-tools/rewrite-local-opam-repository.sh b/vendors/opam-repository-tools/rewrite-local-opam-repository.sh index f1ef980fc..8771aa7bd 100755 --- a/vendors/opam-repository-tools/rewrite-local-opam-repository.sh +++ b/vendors/opam-repository-tools/rewrite-local-opam-repository.sh @@ -26,7 +26,7 @@ if test -e index.tar.gz && test -e packages && test -e repo && test -e urls.txt; # Rewrite the URLs in the opam repository to point to the project root ( cd vendors/ligo-opam-repository-local-generated - find . -type f -name opam -print0 | | xargs -0 sed -i -e 's~src: *"https://gitlab.com/ligolang/ligo/-/archive/master/ligo\.tar\.gz"~src: "file://'"$escaped_project_root"'"~' + find . -type f -name opam -print0 | xargs -0 sed -i -e 's~src: *"https://gitlab.com/ligolang/ligo/-/archive/master/ligo\.tar\.gz"~src: "file://'"$escaped_project_root"'"~' ) # Regenerate the index.tar.gz etc. in the local repo