diff --git a/lib/Whateverable/Builds.pm6 b/lib/Whateverable/Builds.pm6 index 6150bb3..bc8546a 100644 --- a/lib/Whateverable/Builds.pm6 +++ b/lib/Whateverable/Builds.pm6 @@ -45,8 +45,8 @@ sub ensure-cloned-repos is export { #↓ doing anything. sub pull-cloned-repos is export { ensure-cloned-repos; - run :cwd($_), with $CONFIG; - run :cwd($_), with $CONFIG; + run :cwd($_), with $CONFIG; + run :cwd($_), with $CONFIG; True }