From 01cf320c2ee4711642bc321972a1c31023fb7108 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Mon, 30 Mar 2026 14:24:36 +0000 Subject: [PATCH] jj --- modules/_dev-tools/tuist-pr.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/_dev-tools/tuist-pr.nu b/modules/_dev-tools/tuist-pr.nu index 4304d57..e21fbef 100644 --- a/modules/_dev-tools/tuist-pr.nu +++ b/modules/_dev-tools/tuist-pr.nu @@ -56,7 +56,7 @@ def main [pr_number?: int] { ^mkdir -p $base print $"Cloning ($repo) PR #($pr.number): ($pr.title)" - gh repo clone $repo $dest + jj git clone $"https://github.com/($repo).git" $dest do { cd $dest