Skip to content

Commit 296b8fc

Browse files
author
Geoffrey Broadwell
committed
Display already cloned message during setup if cloning already complete for a given component
1 parent 6451e9a commit 296b8fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bench

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ multi MAIN ('setup') {
4242

4343
my $repo = $component<repo_url>;
4444
my $bare = "$name.git";
45+
say "----> Already cloned." if $bare.IO.d && $name.IO.d;
4546
run < git clone --bare >, $repo, $bare unless $bare.IO.d;
4647
run < git clone -l >, $bare, $name unless $name.IO.d;
4748
}

0 commit comments

Comments
 (0)