From f7af91819051b898bdd3d009791ee3ed0bc0be18 Mon Sep 17 00:00:00 2001 From: Lorenz Leutgeb Date: Sat, 11 Oct 2025 13:55:29 +0200 Subject: [PATCH] cli/test: Fix `rad_patch_delete` for macOS It looks like macOS does not like this command: ln: -f: No such file or directory Since `LICENSE` and `MIT` are both just empty here, we don't need to link anything. --- crates/radicle-cli/examples/rad-patch-delete.md | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/radicle-cli/examples/rad-patch-delete.md b/crates/radicle-cli/examples/rad-patch-delete.md index b49abf4d..67f2f2c9 100644 --- a/crates/radicle-cli/examples/rad-patch-delete.md +++ b/crates/radicle-cli/examples/rad-patch-delete.md @@ -60,7 +60,6 @@ $ rad patch comment 6c61ef1 --reply-to 833db19 -m "Thanks, I'll add it!" ``` ~alice $ touch MIT -$ ln MIT LICENSE -f $ git add MIT $ git commit -am "Add MIT License" [prepare-license 1cc8cd9] Add MIT License