From 23b12cc8f1aa04fd04f8b75a88a2625d961a0ae5 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Mon, 19 Dec 2022 09:44:51 -0700 Subject: [PATCH] Fix typo --- container-build/cerc-builder-js/yarn-local-registry-fixup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container-build/cerc-builder-js/yarn-local-registry-fixup.sh b/container-build/cerc-builder-js/yarn-local-registry-fixup.sh index db04c43..13264a2 100755 --- a/container-build/cerc-builder-js/yarn-local-registry-fixup.sh +++ b/container-build/cerc-builder-js/yarn-local-registry-fixup.sh @@ -3,7 +3,7 @@ # Assumes package.json and yarn.lock are in the cwd # The purpose of this script is to take a project cloned from git # and "fixup" its yarn.lock file such that specified dependency -# will be fetched from a repository other than the one used when +# will be fetched from a registry other than the one used when # yarn.lock was generated. It updates all checksums using data # from the "new" registry (because due to embedded timestamps etc # the same source code re-built later will not have the same checksum).