From a917b54354b9956b8c5a77fcb5352d180edb44a7 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 7 May 2020 00:48:28 +0100 Subject: [PATCH] nailing-cargo: Rename lockfile (again) Signed-off-by: Ian Jackson --- nailing-cargo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nailing-cargo b/nailing-cargo index 8d18912..60e5091 100755 --- a/nailing-cargo +++ b/nailing-cargo @@ -49,7 +49,7 @@ my $self = $0; $self =~ s{^.*/(?=.)}{}; our $worksphere = getcwd() // die "$self: getcwd failed: $!\n"; $worksphere =~ s{/[^/]+$}{} or die "$self: cwd \`$worksphere' unsupported!\n"; -our $lockfile = "../.nailing-cargo-sphere.lock"; +our $lockfile = "../.nailing-cargo.lock"; our @configs; our $verbose=1; -- 2.30.2