Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
cli/test: Fix `rad_patch_delete` for macOS
Merged lorenz opened 6 months ago

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.

1 file changed +0 -1 7d6d2e51 f7af9181
modified 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