From 22a297814055a894498f05592133e47894339a97 Mon Sep 17 00:00:00 2001 From: Adam Doyle Date: Tue, 15 Oct 2024 21:48:52 -0400 Subject: [PATCH] client is clients now --- test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test b/test index d2a2cfc..a757e58 100755 --- a/test +++ b/test @@ -1,3 +1,3 @@ #!/bin/sh -cargo watch -i client/ -i tools/ -cx "run -p server -- $1 $2" +cargo watch -i clients -i tools -cx "run -p server -- $1 $2"