From 98ab5e6a91dcff8e6190fe4fe36daff761c3367f Mon Sep 17 00:00:00 2001 From: Matthias Kruk Date: Tue, 20 Jul 2021 08:29:14 +0900 Subject: [PATCH] watchbot: Don't include foundry/msg/commit directly Watchbot includes the commit submodule of foundry/msg directly, which causes some of the methods not to work correctly. This commit changes watchbot to include foundry/msg instead of foundry/msg/commit. --- watchbot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watchbot.sh b/watchbot.sh index e5002e5..f2968db 100755 --- a/watchbot.sh +++ b/watchbot.sh @@ -230,7 +230,7 @@ main() { exit 1 fi - if ! include "log" "opt" "inst" "ipc" "foundry/msg/commit"; then + if ! include "log" "opt" "inst" "ipc" "foundry/msg"; then exit 1 fi -- 2.47.3